ClassRadPopupClosedEventArgs
Class
Represents event data of the RadPopupClosed event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadPopupClosedEventArgs : EventArgs
Inheritance: objectEventArgsRadPopupClosedEventArgs
Derived Classes:
Inherited Members
Constructors
RadPopupClosedEventArgs(RadPopupCloseReason)
Initializes a new instance of the RadPopupClosedEventArgs class using the closing reason.
Declaration
cs-api-definition
public RadPopupClosedEventArgs(RadPopupCloseReason CloseReason)
Parameters
CloseReason
closing reason
Fields
CloseReason
Declaration
cs-api-definition
public readonly RadPopupCloseReason CloseReason
Field Value