PocketPlanner Programmer's Guide

DateEventArgs Class

See Also

Contains the arguments passed to handlers of mouse events related to date and time cells in the calendar.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public class DateEventArgs : EventArgs

Visual Basic

Public Class DateEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Scheduling.Compact.DateEventArgs
            MindFusion.Scheduling.Compact.ResourceDateEventArgs

 See Also