Interface EventHandlerCreateOptions

interface EventHandlerCreateOptions {
    onInitialize?: VoidFunction;
    useCancellationContext?: boolean;
}

Properties

onInitialize?: VoidFunction

The function is called when the first handler is added.

useCancellationContext?: boolean

Indicates the need to use cancellation context to track cancellations.

MMNEPVFCICPMFPCPTTAAATR