Represents event data of the RadPopupClosed event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadPopupClosedEventArgs : EventArgs
Inheritance: objectEventArgsRadPopupClosedEventArgs
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the RadPopupClosedEventArgs class using the closing reason.
C#
public RadPopupClosedEventArgs(RadPopupCloseReason CloseReason)
closing reason
Fields
C#
public readonly RadPopupCloseReason CloseReason