PocketPlanner Programmer's Guide

InstantiateItemEventHandler Delegate

See Also

Represents methods that handle the InstantiateItem event.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public delegate void InstantiateItemEventHandler (
    Object sender,
    InstantiateItemEventArgs e
)

Visual Basic

Public Delegate Sub InstantiateItemEventHandler ( _
    sender As Object, _
    e As InstantiateItemEventArgs _
)

 Parameters

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

 See Also