Xceed Grid for WinForms v4.3 Documentation
LeavingEditEventArgs Constructor(Control,Object)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > LeavingEditEventArgs Class > LeavingEditEventArgs Constructor : LeavingEditEventArgs Constructor(Control,Object)
The control that is currently editing the content of the cell.
The new value to assign to the cell.
Provides information on the Cell object that has been edited.
Syntax
'Declaration
 
Public Function New( _
   ByVal editorControl As Control, _
   ByVal newValue As Object _
)
'Usage
 
Dim editorControl As Control
Dim newValue As Object
 
Dim instance As New LeavingEditEventArgs(editorControl, newValue)
public LeavingEditEventArgs( 
   Control editorControl,
   object newValue
)

Parameters

editorControl
The control that is currently editing the content of the cell.
newValue
The new value to assign 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

LeavingEditEventArgs Class
LeavingEditEventArgs Members
Overload List