EventHandlerExtensions Class

Definition

Extension methods to make it easier to safely invoke events.

public ref class EventHandlerExtensions abstract sealed
public static class EventHandlerExtensions
type EventHandlerExtensions = class
Public Module EventHandlerExtensions
Inheritance
EventHandlerExtensions

Methods

Raise(Delegate, Object, EventArgs)

Invokes any event handlers that are hooked to the specified event.

Raise(EventHandler, Object, EventArgs)

Invokes any event handlers that are hooked to the specified event.

Raise<T>(EventHandler<T>, Object, T)

Invokes any event handlers that are hooked to the specified event.

Applies to