Skip to main content
A newer version of this page is available. .
Tab

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