TabControlCommandEventArgs Properties
Provides data for the events whose functionality relates to processing the Command event fired by a child control within a templated tab.
Name | Description |
---|---|
Command |
Gets the argument for the command.
Inherited from Command |
Command |
Gets the name of the command.
Inherited from Command |
Command |
Gets an object representing the control which forced a postback. |
Tab | Gets a tab object related to the event. |
See Also