TimeSchedulerTaskMovedEventArgs
Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll
Provides data for the TagBites.WinSchedulers.TimeScheduler.TaskMoved event.
public class TimeSchedulerTaskMovedEventArgs : TagBites.WinSchedulers.TimeSchedulerTaskEventArgs
Properties
Interval
Gets or sets the a new task interval.
public DateTimeInterval Interval { get; }
Result Type: DateTimeInterval
Resource
Gets the resource associated with a moved task.
public object Resource { get; }
Result Type: object
SkipRefresh
Gets or sets a value that indicates whether refreshing the control is skipped.
public bool SkipRefresh { get; set; }
Result Type: bool