[]
Represents the EventArgs for the DropDownClosing event.
public class DropDownClosingEventArgs : EventArgs
Public Class DropDownClosingEventArgs
Inherits EventArgs
Name | Description |
---|---|
DropDownClosingEventArgs() | Initializes the instance of DropDownClosingEventArgs. |
DropDownClosingEventArgs(bool, object) | Initializes a new instance of the DropDownClosingEventArgs class. |
Name | Description |
---|---|
SyncData | Gets or sets a value that indicates whether to synchronize data to the control from the drop-down when it's closing. |
Value | Gets or sets the value from the drop-down dialog. |