Click or drag to resize

CommandParameterChangedEventArgs Constructor

Initializes a new instance of the CommandParameterChangedEventArgs 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 CommandParameterChangedEventArgs(
	int parameterID,
	CommandState state
)

Parameters

parameterID
Type: SystemInt32
state
Type: RootPro.RootProCAD.CommandCommandState
See Also