AppointmentResizeEventArgs Interface
In This Article
#Declaration
TypeScript
interface AppointmentResizeEventArgs extends EventArgs
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
#Properties
#appointmentId Property
#Declaration
TypeScript
readonly appointmentId: string
#Property Value
Type |
---|
string |
#handled Property
#Declaration
TypeScript
handled: boolean
#Property Value
Type |
---|
boolean |
#newInterval Property
#Declaration
TypeScript
readonly newInterval: BootstrapTimeInterval
#Property Value
Type |
---|
Bootstrap |
#oldInterval Property
#Declaration
TypeScript
readonly oldInterval: BootstrapTimeInterval
#Property Value
Type |
---|
Bootstrap |
#operation Property
#Declaration
TypeScript
readonly operation: BootstrapSchedulerAppointmentOperation
#Property Value
Type |
---|
Bootstrap |