'Declaration Public Function New( _ ByVal allowValueSynchronize As Boolean, _ ByVal value As Object, _ ByVal source As Object _ )
'Usage Dim allowValueSynchronize As Boolean Dim value As Object Dim source As Object Dim instance As New SubmittedEventArgs(allowValueSynchronize, value, source)
Parameters
- allowValueSynchronize
- if true to notify consumer to synchronize value; otherwise false.
- value
- The value which is submitted.
- source
- An alternate source that will be reported when the event is handled. This pre-populates the System.Windows.RoutedEventArgs.Source property.