Search
Diagram.RaiseDeleting Method
See Also
 





Raises the appropriate *Deleting event according to the type of the specified item.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool RaiseDeleting (
    DiagramItem item
)

Visual Basic  Copy Code

Public Function RaiseDeleting( _
    item As DiagramItem _
) As Boolean

 Parameters

item

The DiagramItem related to the event.

 Return Value

true if the operation has been confirmed; otherwise, false.

 See Also