Share via


CoreTextChangedEventArgs.OldLength Property

Definition

Gets the number of characters in the old text from the start of the changed text to the end of the changed text.

public:
 property unsigned int OldLength { unsigned int get(); };
uint32_t OldLength();
public uint OldLength { get; }
var uInt32 = coreTextChangedEventArgs.oldLength;
Public ReadOnly Property OldLength As UInteger

Property Value

UInt32

unsigned int

uint32_t

The start position of the change in the old text.

Applies to