Click or drag to resize

ShapeGroupedEventHandler Delegate

Represents a method that handles ShapeGrouped event.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public delegate void ShapeGroupedEventHandler(
	Object sender,
	ShapeGroupedEventArgs e
)

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: RootPro.RootProCADShapeGroupedEventArgs
Store event data ShapeGroupedEventArgs.
See Also