Skip to main content
A newer version of this page is available.
All docs
V19.2

ASPxClientDashboardTitleToolbarUpdatedEventHandler<Sender> Interface

References a method that handles the ASPxClientDashboard.DashboardTitleToolbarUpdated event.

Declaration

interface ASPxClientDashboardTitleToolbarUpdatedEventHandler<Sender> { (source: Sender, e: ASPxClientDashboardTitleToolbarUpdatedEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientDashboardTitleToolbarUpdatedEventArgs

A ASPxClientDashboardTitleToolbarUpdatedEventArgs object that contains event data.