Represents event data of the RadPopupClosingEvent.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadPopupClosingEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadPopupClosingEventArgs
Inherited Members
Constructors
C#
public RadPopupClosingEventArgs(RadPopupCloseReason CloseReason, bool cancel)
Initializes a new instance of the RadPopupClosingEventArgs class using the close reason.
C#
public RadPopupClosingEventArgs(RadPopupCloseReason CloseReason)
Fields
C#
public readonly RadPopupCloseReason CloseReason