Search
GroupEventArgs Constructor
See Also
 





Initializes a new instance of the GroupEventArgs class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public GroupEventArgs (
    Group group
)

Visual Basic  Copy Code

Public New ( _
    group As Group _
)

 Parameters

group

The Group related to the event.

 See Also