Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditStatusChangedEventArgs Class / EditStatusChangedEventArgs Constructor
The value indicates whether the current edit status is overwrite mode.


In This Topic
    EditStatusChangedEventArgs Constructor
    In This Topic
    Initializes a new instance of the EditStatusChangedEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal overwrite As Boolean _
    )
    'Usage
     
    
    Dim overwrite As Boolean
     
    Dim instance As New EditStatusChangedEventArgs(overwrite)
    public EditStatusChangedEventArgs( 
       bool overwrite
    )

    Parameters

    overwrite
    The value indicates whether the current edit status is overwrite mode.
    See Also