NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGrid.OnColumnResize

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
);

Parameters

e
An EventArgs that contains the event data.

Remarks

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.

Requirements

NGWS Runtime Security:

  false'>

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace