AppointmentResizingEventArgs Interface
Declaration
interface AppointmentResizingEventArgs 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
allow Property
Declaration
allow: boolean
Property Value
appointmentId Property
Declaration
readonly appointmentId: string
Property Value
mouseEvent Property
Declaration
readonly mouseEvent: any
Property Value
newInterval Property
Declaration
readonly newInterval: BootstrapTimeInterval
Property Value
oldInterval Property
Declaration
readonly oldInterval: BootstrapTimeInterval
Property Value