Event arguments.

interface AppEventArgs {
    eventType: AppEvent;
    licenses?: Licenses;
}

Properties

Properties

eventType: AppEvent

The application event type.

licenses?: Licenses

A collection of registered licenses.