PocketPlanner Programmer's Guide

Calendar.OnDraw Method

See Also

Raises the Draw event.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

protected virtual void OnDraw (
    CustomDrawArgs e
)

Visual Basic

Protected Overridable Sub OnDraw ( _
    e As CustomDrawArgs _
)

 Parameters

e
An object, containing the event data.

 See Also