Raises the appropriate *Deleting event according to the type of the specified item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool RaiseDeleting ( |
Visual Basic
Copy Code
|
|---|
Public Function RaiseDeleting( _ |
The DiagramItem related to the event.
true if the operation has been confirmed; otherwise, false.
See Also