Skip to content
Auto
Products

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

Inheritance: EventArgsBucketSchedulerTaskEventArgs → BucketSchedulerTaskMovingEventArgs

Gets the bucket associated with a moving task.

public object Bucket { get; set; }

object

An Object representing the bucket associated with a moving task.

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