Click or drag to resize

CommandParameterGroupCurrentIndexChangedEventArgs Properties

The CommandParameterGroupCurrentIndexChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyNewIndex
Gets the index number of the current parameter after change.
Public propertyNewParameterItem
Gets the parameter item of the current parameter after change.
Public propertyOldIndex
Gets the index number of the current parameter before change.
Public propertyOldParameterItem
Gets the parameter item of the current parameter before change.
Public propertyParameterGroup
Gets the command parameter group.
Top
See Also