CoreTextChangedEventArgs.Start Property

Definition

Gets the start position of the change in the text in the input buffer.

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

Property Value

UInt32

unsigned int

uint32_t

The start position of the change in the text in the input buffer.

Applies to