[]
Initializes a new instance of the SubmittedEventArgs class.
public SubmittedEventArgs(bool allowValueSynchronize, object value, object source)
Public Sub New(allowValueSynchronize As Boolean, value As Object, source As Object)
Type | Name | Description |
---|---|---|
bool | allowValueSynchronize | if true to notify consumer to synchronize value; otherwise false. |
object | value | The value which is submitted. |
object | source | An alternate source that will be reported when the event is handled. This pre-populates the Source property. |