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!

ImageList.RemoveOnRecreateHandle

Removes the given handler for the "RecreateHandle" event. If there are duplicate entries, ALL are removed.

[Visual Basic]
Public Sub RemoveOnRecreateHandle( _
   ByVal handler As EventHandler _
)
[C#]
public void RemoveOnRecreateHandle(
   EventHandler handler
);
[C++]
public: void RemoveOnRecreateHandle(
   EventHandler* handler
);
[JScript]
public function RemoveOnRecreateHandle(
   handler : EventHandler
);

Parameters

handler
Event handler to be removed.

See Also

ImageList Class | ImageList Members | System.WinForms Namespace