Spread Windows Forms 12.0 Product Documentation
EditStatusChangedEventArgs Constructor


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.
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

Reference

EditStatusChangedEventArgs Class
EditStatusChangedEventArgs Members