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