[]
Initializes the instance of PopUpClosingEventArgs.
public PopUpClosingEventArgs()
Public Sub New()
Initializes a new instance of the PopUpClosingEventArgs class.
public PopUpClosingEventArgs(bool syncData, object value)
Public Sub New(syncData As Boolean, value As Object)
Type | Name | Description |
---|---|---|
bool | syncData | |
object | value | An object indicates the value from the drop down dialog. |