PocketPlanner Programmer's Guide

ItemModifyConfirmEventArgs.Resource Property

See Also

Gets the new resource of the item.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Resource Resource { get; }

Visual Basic

Public ReadOnly Property Resource As Resource

 Property Value

A reference to a Contact, Location, Task or Resource depending on the current grouping type.

 Remarks

This value can be null (Nothing in Visual Basic), if the item doesn't change associated resource.

 See Also