TextBoxTextChangingEventArgs Klasse

Definition

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

public ref class TextBoxTextChangingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class TextBoxTextChangingEventArgs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class TextBoxTextChangingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class TextBoxTextChangingEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TextBoxTextChangingEventArgs
Public NotInheritable Class TextBoxTextChangingEventArgs
Vererbung
Object Platform::Object IInspectable TextBoxTextChangingEventArgs
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

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

Versionsverlauf

Windows-Version SDK-Version Wertschöpfung
1703 15063 IsContentChanging

Eigenschaften

IsContentChanging

Ruft einen Wert ab, der angibt, ob das Ereignis aufgrund einer Änderung des Textinhalts aufgetreten ist.

Gilt für:

Weitere Informationen