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!

RichControl.GetEventHandler

RichControl overrides the default implementation of this for AX sourcing. ActiveX controls can "freeze" their events, and we implement this by returning null here if events are frozen.

[Visual Basic]
Overrides Protected Function GetEventHandler( _
   ByVal key As Object _
) As Delegate
[C#]
protected override Delegate GetEventHandler(
   object key
);
[C++]
protected: override Delegate* GetEventHandler(
   Object* key
);
[JScript]
protected override function GetEventHandler(
   key : Object
) : Delegate;

Parameters

key
[To be supplied.]

See Also

RichControl Class | RichControl Members | System.WinForms Namespace