Skip to content
Auto
Products

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

Inheritance: EventArgsBucketSchedulerTaskEventArgs → BucketSchedulerTaskMovedEventArgs

Gets the bucket associated with a moved task.

public object Bucket { get; }

object

An Object representing the bucket 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