CommandParameterGroupCurrentIndexChangedEventHandler Delegate |
Represents a method that handles the ParameterGroupCurrentIndexChanged 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 CommandParameterGroupCurrentIndexChangedEventHandler(
Object sender,
CommandParameterGroupCurrentIndexChangedEventArgs e
)
Public Delegate Sub CommandParameterGroupCurrentIndexChangedEventHandler (
sender As Object,
e As CommandParameterGroupCurrentIndexChangedEventArgs
)
Parameters
- sender
- Type: SystemObject
The source of the event. - e
- Type: RootPro.RootProCAD.CommandCommandParameterGroupCurrentIndexChangedEventArgs
CommandParameterGroupCurrentIndexChangedEventArgs containing the event data.
See Also