IEventHandler.handle - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / IEventHandler<TSubject, TEventArgs> / handle method
The method that handles the event.
handle(
subject: TSubject,
args: TEventArgs
): void
Source reference: src/events/IEventHandler.ts:12
.
-
subject: TSubject
The object that raised the event. -
args: TEventArgs
A set of arguments that provide context for the event.