Skip to main content

Class CompositionTextInputEventArgs

Namespace: VelloSharp.Composition.Input
Assembly: VelloSharp.Composition.dll

public sealed class CompositionTextInputEventArgs : EventArgs

Inheritance

objectEventArgsCompositionTextInputEventArgs

Inherited Members

EventArgs.Empty, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

CompositionTextInputEventArgs(string)

public CompositionTextInputEventArgs(string text)

Parameters

text string

Properties

Handled

public bool Handled { get; set; }

Property Value

bool

Text

public string Text { get; }

Property Value

string