PocketPlanner Programmer's Guide

ItemMouseEventArgs.ResizeEnd Property

See Also

Gets a value indicating whether the item's end is about to be resized.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public bool ResizeEnd { get; }

Visual Basic

Public ReadOnly Property ResizeEnd As Boolean

 Property Value

A Boolean value indicating whether the item's end is about to be resized in an ItemClick event.

 See Also