[]
Initializes the instance of DropDownClosingEventArgs.
public DropDownClosingEventArgs()
Public Sub New()
Initializes a new instance of the DropDownClosingEventArgs class.
public DropDownClosingEventArgs(bool syncData, object value)
Public Sub New(syncData As Boolean, value As Object)
Type | Name | Description |
---|---|---|
bool | syncData | A bool value, if set to true, the data is synchronized to the owner control; otherwise, false. |
object | value | An object that indicates the value from the drop-down dialog. |