Type Alias: ActionEventHandler()
ActionEventHandler: (
e
) =>void
|Promise
<void
>
Event handler function type.
Parameters
• e: ActionEventArgs
the action arguments.
Returns
void
| Promise
<void
>
ActionEventHandler: (
e
) =>void
|Promise
<void
>
Event handler function type.
• e: ActionEventArgs
the action arguments.
void
| Promise
<void
>