[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.SubmittedEventArgs.-ctor

SubmittedEventArgs Constructor

SubmittedEventArgs(bool, object, object)

Initializes a new instance of the SubmittedEventArgs class.

Declaration
public SubmittedEventArgs(bool allowValueSynchronize, object value, object source)
Public Sub New(allowValueSynchronize As Boolean, value As Object, source As Object)
Parameters
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.