PocketPlanner Programmer's Guide

InstantiateResourceEventArgs.Resource Property

See Also

Gets or sets the newly created resource.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public Resource Resource { get; set; }

Visual Basic

Public Property Resource As Resource

 Property Value

An instance of a Resource-derived class.

 Remarks

Upon handling the InstantiateResource event, you have to create a resource of the appropriate type, as specified by ClassId, and assign it to this property.

 See Also