Occurs when a row is resized.
The following declaration shows the syntax for a method that handles the RowResize event.
[Visual Basic] Private Sub DataGridName_RowResize( _ ByVal sender As Object, _ ByVal e As EventArgs _ ) [C#] private void DataGridName_RowResize( object sender, EventArgs e ); [C++] private: void DataGridName_RowResize( Object* sender, EventArgs* e ); [JScript] private DataGridName_RowResize( sender : Object, e : EventArgs );
Property | Description |
---|---|
|
DataGrid Class | DataGrid MembersTopic | System.WinForms Namespace