The C1GridViewCommandEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1GridViewCommandEventArgs(Object, CommandEventArgs) |
Constructor. Initializes a new instance of the C1GridViewCommandEventArgs class.
|
![]() |
C1GridViewCommandEventArgs(C1GridViewRow, Object, CommandEventArgs) |
Constructor. Initializes a new instance of the C1GridViewCommandEventArgs class.
|
Properties
Name | Description | |
---|---|---|
![]() |
CommandArgument |
Gets the argument for the command.
(Inherited from CommandEventArgs.) |
![]() |
CommandName |
Gets the name of the command.
(Inherited from CommandEventArgs.) |
![]() |
CommandSource |
Gets the source of the command.
|
![]() |
Row |
Gets the C1GridViewRow that contains the command source.
|