PocketPlanner Programmer's Guide

TaskEventArgs.Task Property

See Also

Gets the task related to the event.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public Task Task { get; }

Visual Basic

Public ReadOnly Property Task As Task

 Property Value

An instance of the Task class related to the raised event.

 See Also