AppointmentResizeEventArgs Interface
Declaration
interface AppointmentResizeEventArgs extends EventArgs
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
Properties
appointmentId Property
Declaration
readonly appointmentId: string
Property Value
handled Property
Declaration
handled: boolean
Property Value
newInterval Property
Declaration
readonly newInterval: BootstrapTimeInterval
Property Value
oldInterval Property
Declaration
readonly oldInterval: BootstrapTimeInterval
Property Value
operation Property
Declaration
readonly operation: BootstrapSchedulerAppointmentOperation
Property Value