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