Skip to main content
All docs
V24.2

ASPxClientDashboardBeginUpdateEventHandler<Sender> Interface

In This Article

References a method that handles the ASPxClientDashboard.DashboardBeginUpdate event.

#Declaration

TypeScript
interface ASPxClientDashboardBeginUpdateEventHandler<Sender> { (source: Sender, e: ASPxClientDashboardBeginUpdateEventArgs): void; }

#Parameters

Name Type Description
source Sender

The event source.

e ASPxClientDashboardBeginUpdateEventArgs

A ASPxClientDashboardBeginUpdateEventArgs object that contains event data.