Objective Grid for Microsoft® .NET® Reference Guide

EndEditingEventArgs Constructor 

Back to Class Index

Constructor.     

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

Parameters

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

Remarks

    

    

    

See Also

EndEditingEventArgs Class | EndEditingEventArgs Members | Stingray.Grid Namespace