Search
GroupCollection.RaiseRemoving Method
See Also
 





Raises the Removing event.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected void RaiseRemoving (
    Group group
)

Visual Basic  Copy Code

Protected Sub RaiseRemoving( _
    group As Group _
)

 Parameters

group

The group that is being removed.

 See Also