BootstrapUIWidgetBase.Drawn Event
In This Article
Fires when the widget has finished drawing itself.
#Declaration
TypeScript
Drawn: ASPxClientEvent<BootstrapUIWidgetDrawnEventHandler<BootstrapUIWidgetBase>>
#Event Data
The Drawn event's data class is ASPxClientEventArgs.
See Also