Skip to main content

AppointmentsSelectionEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientScheduler.AppointmentsSelectionChanged event.

#Declaration

TypeScript
interface AppointmentsSelectionEventHandler<Sender> { (source: Sender, e: AppointmentsSelectionEventArgs): void; }

#Parameters

Name Type Description
source Sender

The ASPxScheduler control which fires the event.

e AppointmentsSelectionEventArgs

A AppointmentsSelectionEventArgs object that contains event data.

See Also