Class AbpEventHandlerExtensions
Inheritance
AbpEventHandlerExtensions
Assembly: Volo.Abp.Core.dll
Syntax
public static class AbpEventHandlerExtensions
Methods
InvokeSafely(EventHandler, object)
Declaration
public static void InvokeSafely(this EventHandler eventHandler, object sender)
Parameters
InvokeSafely(EventHandler, object, EventArgs)
Declaration
public static void InvokeSafely(this EventHandler eventHandler, object sender, EventArgs e)
Parameters
InvokeSafely<TEventArgs>(EventHandler<TEventArgs>, object, TEventArgs)
Declaration
public static void InvokeSafely<TEventArgs>(this EventHandler<TEventArgs> eventHandler, object sender, TEventArgs e) where TEventArgs : EventArgs
Parameters
Type Parameters
Name |
Description |
TEventArgs |
|