Xceed Grid for WinForms v4.3 Documentation
EditLeftEventArgs Constructor


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > EditLeftEventArgs Class : EditLeftEventArgs Constructor
Indicates if the modifications have been committed to the cell.
Initializes a new instance of the EditLeftEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal commited As Boolean _
)
'Usage
 
Dim commited As Boolean
 
Dim instance As New EditLeftEventArgs(commited)
public EditLeftEventArgs( 
   bool commited
)

Parameters

commited
Indicates if the modifications have been committed to the cell.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EditLeftEventArgs Class
EditLeftEventArgs Members