TimeSchedulerTaskMovingEventArgs
Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8
Provides data for the TimeScheduler.TaskMoving event.
public class TimeSchedulerTaskMovingEventArgs : TagBites.WinSchedulers.TimeSchedulerTaskEventArgsInheritance: EventArgs → TimeSchedulerTaskEventArgs → TimeSchedulerTaskMovingEventArgs
Properties
Section titled “Properties”Cancel
Section titled “Cancel”Gets or sets a value that indicates whether a task moving is canceled.
public bool Cancel { get; set; }Property Value
Section titled “Property Value”true, if a task moving is canceled; otherwise, false
Interval
Section titled “Interval”Gets or sets the a new task interval.
public TimeSchedulerInterval Interval { get; set; }Property Value
Section titled “Property Value”Resizing
Section titled “Resizing”Gets or sets a value that indicates whether a task is resized.
public bool Resizing { get; }Property Value
Section titled “Property Value”true, if a task moving is resized; otherwise, false
Resource
Section titled “Resource”Gets the resource associated with a moving task.
public object Resource { get; }Property Value
Section titled “Property Value”An Object representing the resource associated with a moving task.