Class
RadPopupClosingEventArgs

Represents event data of the RadPopupClosingEvent.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadPopupClosingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRadPopupClosingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

RadPopupClosingEventArgs(RadPopupCloseReason)

Initializes a new instance of the RadPopupClosingEventArgs class using the close reason.

Declaration

cs-api-definition
public RadPopupClosingEventArgs(RadPopupCloseReason CloseReason)

Parameters

CloseReason

RadPopupCloseReason

RadPopupClosingEventArgs(RadPopupCloseReason, bool)

Declaration

cs-api-definition
public RadPopupClosingEventArgs(RadPopupCloseReason CloseReason, bool cancel)

Parameters

CloseReason

RadPopupCloseReason

cancel

bool

Fields

CloseReason

Declaration

cs-api-definition
public readonly RadPopupCloseReason CloseReason

Field Value

RadPopupCloseReason