PocketPlanner Programmer's Guide

ItemEditConfirmEventArgs.NewText Property

See Also

Gets the new text that will be applied to the item if the in-place editing operation is allowed.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public string NewText { get; }

Visual Basic

Public ReadOnly Property NewText As String

 Property Value

A string containing the new text of the item.

 See Also