Skip to content
Auto
Products

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.TimeSchedulerTaskEventArgs

Inheritance: EventArgsTimeSchedulerTaskEventArgs → TimeSchedulerTaskMovedEventArgs

Gets or sets the a new task interval.

public TimeSchedulerInterval Interval { get; }

TimeSchedulerInterval

Gets the resource associated with a moved task.

public object Resource { get; }

object

An Object representing the resource associated with a moving task.

Gets or sets a value that indicates whether refreshing the control is skipped.

public bool SkipRefresh { get; set; }

bool

true, if refreshing the control is skipped; otherwise, false