TimeSchedulerTaskMovingEventArgs
Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll
Provides data for the TagBites.WinSchedulers.TimeScheduler.TaskMoving event.
public class TimeSchedulerTaskMovingEventArgs : TagBites.WinSchedulers.TimeSchedulerTaskEventArgs
Properties
Cancel
Gets or sets a value that indicates whether a task moving is canceled.
public bool Cancel { get; set; }
Result Type: bool
Interval
Gets or sets the a new task interval.
public DateTimeInterval Interval { get; set; }
Result Type: DateTimeInterval
Resizing
Gets or sets a value that indicates whether a task is resized.
public bool Resizing { get; }
Result Type: bool
Resource
Gets the resource associated with a moving task.
public object Resource { get; }
Result Type: object