Click or drag to resize

MasterDrawComponentEventHandler Delegate

Represents a method that handles events of MasterDrawComponent.

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 MasterDrawComponentEventHandler(
	Object sender,
	MasterDrawComponentEventArgs e
)

Parameters

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