Click or drag to resize

CommandParameterGroupCurrentIndexChangedEventArgs Constructor

Initializes a new instance of the CommandParameterGroupCurrentIndexChangedEventArgs class

Namespace:  RootPro.RootProCAD.Command
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public CommandParameterGroupCurrentIndexChangedEventArgs(
	CommandParameterGroup paramGroup,
	int oldIndex,
	int newIndex
)

Parameters

paramGroup
Type: RootPro.RootProCAD.CommandCommandParameterGroup
oldIndex
Type: SystemInt32
newIndex
Type: SystemInt32
See Also