Class QueuedWorkerDoWorkEventArgs
Represents the event arguments of the DoWork event.
Inheritance
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
System.ComponentModel.DoWorkEventArgs
QueuedWorkerDoWorkEventArgs
Inherited Members
System.ComponentModel.DoWorkEventArgs.Argument
System.ComponentModel.DoWorkEventArgs.Result
System.ComponentModel.CancelEventArgs.Cancel
System.EventArgs.Empty
Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
public class QueuedWorkerDoWorkEventArgs : DoWorkEventArgs
Constructors
| Improve this Doc View SourceQueuedWorkerDoWorkEventArgs(Object, Int32)
Initializes a new instance of the QueuedWorkerDoWorkEventArgs class.
Declaration
public QueuedWorkerDoWorkEventArgs(object argument, int priority)
Parameters
Type | Name | Description |
---|---|---|
System.Object | argument | The argument of an asynchronous operation. |
System.Int32 | priority | A value between 0 and 5 indicating the priority of this item. |
Properties
| Improve this Doc View SourcePriority
Gets the priority of this item.
Declaration
public int Priority { get; }
Property Value
Type | Description |
---|---|
System.Int32 |