PopupControlCommandEventArgs Properties
Provides data for events whose function processes the Command event fired by a child control, within a templated popup window.
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. |
Window | Gets a popup window object related to the event. |
See Also