Version

RowEditingClientEvents Constructor

Constructs the client events object.
Syntax
'Declaration
 
Public Function New( _
   ByVal owner As WebDataGrid, _
   ByVal editRow As RowEditingTemplate, _
   ByVal trackViewState As Boolean _
)
public RowEditingClientEvents( 
   WebDataGrid owner,
   RowEditingTemplate editRow,
   bool trackViewState
)

Parameters

owner
Reference to the owner grid.
editRow
Reference to the RowEditingTemplate behavior
trackViewState
Indicates whether the view state is being tracked.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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