Skip to main content

MVCxClientSchedulerToolTipDisplayingEventHandler<Sender> Interface

A method that will handle the MVCxSchedulerClientSideEvents.ToolTipDisplaying event.

Declaration

interface MVCxClientSchedulerToolTipDisplayingEventHandler<Sender> { (source: Sender, e: MVCxClientSchedulerToolTipDisplayingEventArgs): void; }

Parameters

Name Type Description
source Sender

An object which is the event source. Identifies the client object that raised the event.

e MVCxClientSchedulerToolTipDisplayingEventArgs

A MVCxClientSchedulerToolTipDisplayingEventArgs object that contains the related arguments.

Remarks

Refer to Implementation of Typed Method Delegates to learn more.

See Also