Objective Grid for Microsoft® .NET® Reference Guide

CellEventArgs Constructor 

Back to Class Index

Contructor.     

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

Parameters

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

Remarks

    

    

    

See Also

CellEventArgs Class | CellEventArgs Members | Stingray.Grid Namespace