PocketPlanner Programmer's Guide

ItemSelectionEventHandler Delegate

See Also

Represents methods that will handle item selection related events.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public delegate void ItemSelectionEventHandler (
    Object sender,
    ItemSelectionEventArgs e
)

Visual Basic

Public Delegate Sub ItemSelectionEventHandler ( _
    sender As Object, _
    e As ItemSelectionEventArgs _
)

 Parameters

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

 See Also