PocketPlanner Programmer's Guide

CustomDrawArgs Class

See Also

Contains the arguments passed to handlers of the Draw event.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public sealed class CustomDrawArgs : EventArgs

Visual Basic

Public NotInheritable Class CustomDrawArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Scheduling.Compact.CustomDrawArgs

 See Also