BucketSchedulerTaskMovingEventArgs
Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8
Provides data for the BucketScheduler.TaskMoving event.
public class BucketSchedulerTaskMovingEventArgs : TagBites.WinSchedulers.BucketSchedulerTaskEventArgsInheritance: EventArgs → BucketSchedulerTaskEventArgs → BucketSchedulerTaskMovingEventArgs
Properties
Section titled “Properties”Bucket
Section titled “Bucket”Gets the bucket associated with a moving task.
public object Bucket { get; set; }Property Value
Section titled “Property Value”An Object representing the bucket associated with a moving task.
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