Condividi tramite


TextBoxBeforeTextChangingEventArgs Classe

Definizione

Fornisce dati di evento per l'evento TextBox.BeforeTextChanging .

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

Commenti

Un'istanza di questa classe viene passata come parametro al gestore eventi BeforeTextChanging .

Proprietà

Cancel

Ottiene o imposta un valore che indica se annullare le modifiche del testo.

NewText

Ottiene il nuovo testo immesso nella casella di testo.

Si applica a