PocketPlanner Programmer's Guide

DateChangedEventArgs Class

See Also

Contains the arguments passed to handlers of the VisibleDateChanged event.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public class DateChangedEventArgs : EventArgs

Visual Basic

Public Class DateChangedEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Scheduling.Compact.DateChangedEventArgs

 See Also