Objective Grid for Microsoft® .NET® Reference Guide

StoreCurrentCellEventArgs Constructor 

Back to Class Index

Constructor.     

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

See Also

StoreCurrentCellEventArgs Class | StoreCurrentCellEventArgs Members | Stingray.Grid Namespace