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.OnCreateHandle

Raises the CreateHandle event.

[Visual Basic]
Overrides Protected Sub OnCreateHandle( _
   ByVal e As EventArgs _
)
[C#]
protected override void OnCreateHandle(
   EventArgs e
);
[C++]
protected: override void OnCreateHandle(
   EventArgs* e
);
[JScript]
protected override function OnCreateHandle(
   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 OnCreateHandle in a derived class, be sure to call the base class's OnCreateHandle method.

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace