Objective Grid for Microsoft® .NET® Reference Guide

StartEditingEventArgs Constructor 

Back to Class Index

Constructor.     

[Visual Basic]
Public Sub New( _
   ByVal row As Integer, _
   ByVal col As Integer _
)
[C#]
public StartEditingEventArgs(
   int row,
   int col
);

Parameters

row
The row coordinate of the cell
col
The column coordinate of the cell

Remarks

    

    

    

See Also

StartEditingEventArgs Class | StartEditingEventArgs Members | Stingray.Grid Namespace