Raises the System.WinForms.DataGrid.RowResize event.
[Visual Basic] Protected Sub OnRowResize( _ ByVal e As EventArgs _ ) [C#] protected void OnRowResize( EventArgs e ); [C++] protected: void OnRowResize( EventArgs* e ); [JScript] protected function OnRowResize( e : EventArgs );
Raising an event invokes the event-handling method through a delegate. For an overview, see TBD. Notes to Inheritors When overriding OnRowResize in a derived class, be sure to call the base class's OnRowResize method.
NGWS Runtime Security:
false'> |
DataGrid Class | DataGrid Members | System.WinForms Namespace