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

    References a method that handles the ASPxClientDashboard.ItemDrillDownStateChanged event.

    Declaration

    interface ASPxClientDashboardItemDrillDownStateChangedEventHandler<Sender> { (source: Sender, e: ASPxClientDashboardItemDrillDownStateChangedEventArgs): void; }

    Parameters

    Name Type Description
    source Sender

    The event source.

    e ASPxClientDashboardItemDrillDownStateChangedEventArgs

    An ASPxClientDashboardItemDrillDownStateChangedEventArgs object that contains event data.