[]
Initializes a new instance of the DropDownOpeningEventArgs class.
public DropDownOpeningEventArgs()
Public Sub New()
Initializes a new instance of the DropDownOpeningEventArgs class.
public DropDownOpeningEventArgs(bool syncData)
Public Sub New(syncData As Boolean)
Type | Name | Description |
---|---|---|
bool | syncData | A bool value, if set to true synchronizes the value to the drop-down control. |