'Usage
Dim syncData As Boolean Dim value As Object Dim instance As New DropDownClosingEventArgs(syncData, value)
Parameters
- syncData
- A bool value, if set to true, the data is synchronized to the owner control; otherwise, false.
- value
- An object that indicates the value from the drop-down dialog.