Skip to main content
A newer version of this page is available. .

BootstrapUIWidgetInitializedEventHandler<Sender> Interface

A method that will handle the BootstrapUIWidgetBase.Init event.

Declaration

interface BootstrapUIWidgetInitializedEventHandler<Sender> { (source: Sender, e: any): void; }

Parameters

Name Type Description
source Sender

The event source.

e any

A BootstrapUIWidgetEventArgsBase object that contains event data.