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