ASPxClientAppointmentDropEventArgs Members
Provides data for the ASPxClientScheduler.AppointmentDrop event.Constructors
Name | Description |
---|---|
constructor(operation, dragInformation) | Initializes a new instance of the ASPxClientAppointmentDropEventArgs class. |
Properties
Name | Description |
---|---|
dragInformation | Provides information about dropped appointments. |
handled | Gets or sets a value that specifies whether the event is handled, and the default processing is not required. |
operation | Provides access to an object that enables you to choose an operation to perform. |
See Also