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