Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • ASPxClientDashboardItemCaptionToolbarUpdatedEventHandler<Sender> Interface

    References a method that handles the ASPxClientDashboard.ItemCaptionToolbarUpdated event.

    Declaration

    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.