DiagramLite Programmer's Guide
Diagram.RaiseDeleting Method
See Also
 





Raises the LinkDeleting or NodeDeleting event according to the type of the specified item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 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

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace