ASPxClientPopupWindowEventArgs Class
Provides data for events concerning client manipulations on popup windows.
Declaration
declare class ASPxClientPopupWindowEventArgs extends ASPxClientEventArgs
Remarks
Objects of the ASPxClientPopupWindowEventArgs type are used as arguments for the ASPxClientPopupControlBase.PopUp and ASPxClientPopupControlBase.CloseUp events generated on the client side.
ASPxClientPopupWindowEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
Inheritance
See Also