Class DropDownClosedEventArgs
Provides data about the DropDownClosedEventArgs event.
Inheritance
System.Object
DropDownClosedEventArgs
Namespace: Syncfusion.WinForms.ListView.Events
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public class DropDownClosedEventArgs : EventArgs
Constructors
DropDownClosedEventArgs(PopupCloseAction)
Initializes a new instance of the DropDownClosedEventArgs class.
Declaration
public DropDownClosedEventArgs(PopupCloseAction dropDownCloseAction)
Parameters
| Type | Name | Description |
|---|---|---|
| PopupCloseAction | dropDownCloseAction | drop down closed type |
Properties
DropDownCloseAction
Gets or sets the type of the drop down closing.
Declaration
public PopupCloseAction DropDownCloseAction { get; set; }
Property Value
| Type |
|---|
| PopupCloseAction |