EventHandlerExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |