ppsGrid Class Library
SelectionEndEventArgs Constructor (col, row)
NamespacesppsGridSelectionEndEventArgsSelectionEndEventArgsSelectionEndEventArgsNew(Int32, Int32)
ppsGrid (c] 2004-2007 by Torsten Oberprieler
Initialisiert eine neue Instanz der SelectionEndEventArgs-Klasse.
Declaration Syntax
C#Visual BasicVisual C++
public SelectionEndEventArgs(
	int col,
	int row
)
Public Sub New ( _
	col As Integer, _
	row As Integer _
)
public:
SelectionEndEventArgs (
	int col, 
	int row
)
Parameters
col (Int32)
Der Spaltenindex der Zelle, die zuletzt markiert wurde.
row (Int32)
Der Zeilenindex der Zelle, die zuletzt markiert wurde.

Assembly: ppsGrid (Module: ppsGrid) Version: 1.3.4.0