PocketPlanner Programmer's Guide

DateEventHandler Delegate

See Also

Represents methods that will handle mouse events related to date and time cells in the calendar.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public delegate void DateEventHandler (
    Object sender,
    DateEventArgs e
)

Visual Basic

Public Delegate Sub DateEventHandler ( _
    sender As Object, _
    e As DateEventArgs _
)

 Parameters

sender

The source of the event.

e
DateEventArgs that contains the event data.

 See Also