Skip to main content
All docs
V24.2

ASPxClientDashboardItemCaptionToolbarUpdatedEventHandler<Sender> Interface

In This Article

References a method that handles the ASPxClientDashboard.ItemCaptionToolbarUpdated event.

#Declaration

TypeScript
interface ASPxClientDashboardItemCaptionToolbarUpdatedEventHandler<Sender> { (source: Sender, e: ASPxClientDashboardItemCaptionToolbarUpdatedEventArgs): void; }

#Parameters

Name Type Description
source Sender

The event source.

e ASPxClientDashboardItemCaptionToolbarUpdatedEventArgs

The ASPxClientDashboardItemCaptionToolbarUpdatedEventArgs object that contains event data.