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

Adds an event handler for the RecreateHandle event, which occurs when the underlying HIMAGELIST is recreated.

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

Parameters

handler
New handler to install for this event.

See Also

ImageList Class | ImageList Members | System.WinForms Namespace | RemoveOnLostFocus