PopupControlCommandEventArgs Constructors
Provides data for events whose function processes the Command event fired by a child control, within a templated popup window.| Name | Parameters | Description |
|---|---|---|
| PopupControlCommandEventArgs(PopupWindow, Object, CommandEventArgs) | window, commandSource, originalArgs | Initializes a new instance of the PopupControlCommandEventArgs class. |
| PopupControlCommandEventArgs(Object, CommandEventArgs) | commandSource, originalArgs | Initializes a new instance of the PopupControlCommandEventArgs class. |
See Also