Click or drag to resize

EventHandlerExtensionsRemoveAll Method (EventHandler)

Removes all delegates from the event handler.

Namespace:  Xcalibur.Extensions
Assembly:  Xcalibur.Extensions (in Xcalibur.Extensions.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
public static void RemoveAll(
	ref EventHandler handler
)

Parameters

handler
Type: SystemEventHandler
The handler.
See Also