Class RadPopupClosingEventArgs
Represents event data of the RadPopupClosingEvent.
Inheritance
System.Object
RadPopupClosingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadPopupClosingEventArgs : CancelEventArgs
Constructors
RadPopupClosingEventArgs(RadPopupCloseReason)
Initializes a new instance of the RadPopupClosingEventArgs class using the close reason.
Declaration
public RadPopupClosingEventArgs(RadPopupCloseReason CloseReason)
Parameters
RadPopupCloseReason
CloseReason
|
RadPopupClosingEventArgs(RadPopupCloseReason, Boolean)
Declaration
public RadPopupClosingEventArgs(RadPopupCloseReason CloseReason, bool cancel)
Parameters
RadPopupCloseReason
CloseReason
|
System.Boolean
cancel
|