Class PopupClosedEventArgs
Provides data for the CloseUp event.
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class PopupClosedEventArgs : SyncfusionEventArgs
Constructors
PopupClosedEventArgs(PopupCloseType)
Creates an instance of the PopupClosedEventArgs class.
Declaration
public PopupClosedEventArgs(PopupCloseType popupCloseType)
Parameters
| Type | Name | Description |
|---|---|---|
| PopupCloseType | popupCloseType | A PopupCloseType value. |
Properties
PopupCloseType
Returns the PopupCloseType value indicating the way in which the popup was closed.
Declaration
[TraceProperty(true)]
public PopupCloseType PopupCloseType { get; }
Property Value
| Type |
|---|
| PopupCloseType |