CommandParameterGroupCurrentIndexChangedEventArgs Properties |
The CommandParameterGroupCurrentIndexChangedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | NewIndex |
Gets the index number of the current parameter after change.
|
![]() | NewParameterItem |
Gets the parameter item of the current parameter after change.
|
![]() | OldIndex |
Gets the index number of the current parameter before change.
|
![]() | OldParameterItem |
Gets the parameter item of the current parameter before change.
|
![]() | ParameterGroup |
Gets the command parameter group.
|