PocketPlanner Programmer's Guide

ItemModifiedEventArgs.ResizeStart Property

See Also

Gets a value indicating whether the item's start has been modified.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool ResizeStart { get; }

Visual Basic

Public ReadOnly Property ResizeStart As Boolean

 Property Value

true if the item's start has been modified; false if item was moved or its end has been modified.

 See Also