New to Telerik UI for WinFormsStart a free 30-day trial

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 CancelEventArgs.CancelEventArgs.Empty

Constructors

C#
public RadPopupClosingEventArgs(RadPopupCloseReason CloseReason, bool cancel)
Parameters:CloseReasonRadPopupCloseReasoncancelbool

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

C#
public RadPopupClosingEventArgs(RadPopupCloseReason CloseReason)
Parameters:CloseReasonRadPopupCloseReason

Fields

C#
public readonly RadPopupCloseReason CloseReason