ClassRadPopupClosingEventArgs
Class
Represents event data of the RadPopupClosingEvent.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadPopupClosingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadPopupClosingEventArgs
Inherited Members
Constructors
RadPopupClosingEventArgs(RadPopupCloseReason)
Initializes a new instance of the RadPopupClosingEventArgs class using the close reason.
Declaration
cs-api-definition
public RadPopupClosingEventArgs(RadPopupCloseReason CloseReason)
Parameters
CloseReason
RadPopupClosingEventArgs(RadPopupCloseReason, bool)
Declaration
cs-api-definition
public RadPopupClosingEventArgs(RadPopupCloseReason CloseReason, bool cancel)
Parameters
CloseReason
cancel
Fields
CloseReason
Declaration
cs-api-definition
public readonly RadPopupCloseReason CloseReason
Field Value