Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / SubmittedEventArgs Class / SubmittedEventArgs Constructor
if true to notify consumer to synchronize value; otherwise false.
The value which is submitted.
An alternate source that will be reported when the event is handled. This pre-populates the System.Windows.RoutedEventArgs.Source property.


In This Topic
    SubmittedEventArgs Constructor
    In This Topic
    Initializes a new instance of the SubmittedEventArgs class.
    Syntax
    '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)
    public SubmittedEventArgs( 
       bool allowValueSynchronize,
       object value,
       object 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.
    See Also