Skip to main content

BootstrapUIWidgetDrawnEventHandler<Sender> Interface

In This Article

A method that will handle the BootstrapUIWidgetBase.Drawn event.

#Declaration

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

#Parameters

Name Type Description
source Sender

The event source.

e any

A BootstrapUIWidgetEventArgsBase object that contains event data.