Preparing search index...
The search index is not available
Reactive APIs
Reactive APIs
@conterra/reactivity-events
EventCallback
Type Alias EventCallback<T>
EventCallback
:
(
...
args
:
EventArgs
<
T
>
)
=>
void
The signature of the event listener callback for the given event.
Type Parameters
T
Type declaration
(
...
args
:
EventArgs
<
T
>
)
:
void
Parameters
...
args
:
EventArgs
<
T
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Reactive APIs
Loading...
The signature of the event listener callback for the given event.