PocketPlanner Programmer's Guide

InstantiateResourceEventHandler Delegate

See Also

Represents methods that handle the InstantiateResource event.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public delegate void InstantiateResourceEventHandler (
    Object sender,
    InstantiateResourceEventArgs e
)

Visual Basic

Public Delegate Sub InstantiateResourceEventHandler ( _
    sender As Object, _
    e As InstantiateResourceEventArgs _
)

 Parameters

sender
The source of the event.
e
An InstantiateResourceEventArgs that contains the event data.

 See Also