Skip to content
Auto
Products

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

Inheritance: EventArgsTimeSchedulerTaskEventArgs → TimeSchedulerTaskMovingEventArgs

Gets or sets a value that indicates whether a task moving is canceled.

public bool Cancel { get; set; }

bool

true, if a task moving is canceled; otherwise, false

Gets or sets the a new task interval.

public TimeSchedulerInterval Interval { get; set; }

TimeSchedulerInterval

Gets or sets a value that indicates whether a task is resized.

public bool Resizing { get; }

bool

true, if a task moving is resized; otherwise, false

Gets the resource associated with a moving task.

public object Resource { get; }

object

An Object representing the resource associated with a moving task.