A task-related event.

Namespace:  Gallio.Common.Concurrency
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class TaskEventArgs : EventArgs
Visual Basic (Declaration)
Public Class TaskEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Gallio.Common.Concurrency..::.TaskEventArgs

See Also