Class PopupCloseInfo
This class stores information about a close request sent to an IPopup
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PopupCloseInfo
Constructors
PopupCloseInfo(RadPopupCloseReason, Object)
Creates an instance of the Popup
Declaration
public PopupCloseInfo(RadPopupCloseReason closeReason, object context)
Parameters
Rad A value from the Rad |
System. A request context. |
Properties
Closed
Defines whether the request is executed or not.
Declaration
public bool Closed { get; }
Property Value
System.
|
CloseReason
The reason for the close request.
Declaration
public RadPopupCloseReason CloseReason { get; }
Property Value
Context
The context associated with this the close request.
Declaration
public object Context { get; }
Property Value
System.
|