Skip to main content
All docs
V23.2

ASPxClientGanttScaleCellPreparedEventHandler<Sender> Interface

A method that handles the ScaleCellPrepared event.

Declaration

interface ASPxClientGanttScaleCellPreparedEventHandler<Sender> { (source: Sender, e: ASPxClientGanttScaleCellPreparedEventArgs): void; }

Parameters

Name Type Description
source Sender

The event source.

e ASPxClientGanttScaleCellPreparedEventArgs

The event data.