Click or drag to resize

EventHandlerExtensions Class

Event Handler extensions.
Inheritance Hierarchy
SystemObject
  Xcalibur.ExtensionsEventHandlerExtensions

Namespace:  Xcalibur.Extensions
Assembly:  Xcalibur.Extensions (in Xcalibur.Extensions.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
public static class EventHandlerExtensions
Methods
  NameDescription
Public methodStatic memberRemoveAll(PropertyChangedEventHandler)
Removes all delegates from the event handler .
Public methodStatic memberRemoveAll(EventHandler)
Removes all delegates from the event handler.
Top
See Also