SelectedGridItemChangedEventArgs Constructor (GridItem^, GridItem^)
.NET Framework (current version)
Initializes a new instance of the SelectedGridItemChangedEventArgs class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- oldSel
-
Type:
System.Windows.Forms::GridItem^
The previously selected grid item.
- newSel
-
Type:
System.Windows.Forms::GridItem^
The newly selected grid item.
.NET Framework
Available since 1.1
Available since 1.1
Show: