ASPxClientPopupWindowCancelEventArgs Class
In This Article
Provides data for the popup control’s cancellable client events, such as the ASPxClientPopupControlBase.Closing.
#Declaration
TypeScript
declare class ASPxClientPopupWindowCancelEventArgs extends ASPxClientCancelEventArgs
#Remarks
Instances of the ASPxClientPopupWindowCancelEventArgs
class are automatically created, initialized and passed to corresponding event handlers.
#Inheritance
ASPxClientEventArgs
ASPxClientCancelEventArgs
ASPxClientPopupWindowCancelEventArgs
See Also