Method Unsubscribe
Unsubscribe<TEvent, TFactory>(NwObject?, Action<TEvent>, EventCallbackType)
public void Unsubscribe<TEvent, TFactory>(NwObject? nwObject, Action<TEvent> handler, EventCallbackType eventCallbackType = EventCallbackType.Before) where TEvent : IEvent, new() where TFactory : IEventFactory
Parameters
nwObjectNwObjecthandlerAction<TEvent>eventCallbackTypeEventCallbackType
Type Parameters
TEventTFactory