The TaskMoveEventArgs type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Data |
Custom data.
(Inherited from DayPilotEventArgs.) | |
| Id |
Task id.
| |
| NewEnd |
New event ending date and time.
| |
| NewStart |
New event starting date and time.
| |
| OldEnd |
Original event ending date and time (DayPilotCalendar.DataEndField property).
| |
| OldStart |
Original event starting date and time (DayPilotCalendar.DataStartField property).
| |
| Source |
Event source: PostBack or CallBack.
(Inherited from DayPilotEventArgs.) | |
| Tag |
Custom event data (DayPilotCalendar.DataTagField property).
| |
| Text |
Event text. (DayPilotCalendar.DataTextField property).
|