Freigeben über


TextBoxSelectionChangingEventArgs Klasse

Definition

Stellt Ereignisdaten für das TextBox.SelectionChanging-Ereignis bereit .

public ref class TextBoxSelectionChangingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class TextBoxSelectionChangingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TextBoxSelectionChangingEventArgs
Public NotInheritable Class TextBoxSelectionChangingEventArgs
Vererbung
Object Platform::Object IInspectable TextBoxSelectionChangingEventArgs
Attribute

Hinweise

Ein instance dieser Klasse wird als Parameter an den SelectionChanging-Ereignishandler übergeben.

Eigenschaften

Cancel

Ruft einen Wert ab, der angibt, ob der Auswahlvorgang abgebrochen werden soll, oder legt diesen fest.

SelectionLength

Ruft die Länge der Textauswahl ab.

SelectionStart

Ruft den Anfangsindex der Textauswahl ab.

Gilt für: