Click or drag to resize

CommandInitializedEventHandler Delegate

Represents a method that handles the End event of Command.

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

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: RootPro.RootProCAD.CommandCommandInitializedEventArgs
storing the event data CommandInitializedEventArgs .
See Also