Class DropDownClosingEventArgs
Provides data about the
Inheritance
System.Object
DropDownClosingEventArgs
Namespace: Syncfusion.WinForms.ListView.Events
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public class DropDownClosingEventArgs : CancelEventArgs
Constructors
DropDownClosingEventArgs(PopupCloseAction)
Initializes a new instance of the DropDownClosingEventArgs class.
Declaration
public DropDownClosingEventArgs(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 |