CharInputEventArgs
Summary
Provides data for text input events containing a decoded Unicode character.
Definition
Namespace: SDT4.Managed.Input.Desktop.Events
Assembly: SDT4.Managed.Input.dll
struct CharInputEventArgs
Implements:
IEquatable<CharInputEventArgs>
Fields
| Name | Type | Description |
|---|---|---|
Properties
| Name | Type | Description |
|---|---|---|
public get; set; Sender |
Object? | The source object that dispatched the event (typically a |
public get; set; Unicode |
Rune | The 32-bit Unicode scalar value (Rune) entered by the user. |
Methods
public virtual String ToString()
Returns:
public virtual Int32 GetHashCode()
Returns:
public virtual Boolean Equals(Object obj)
Parameters:
obj(Object):
Returns:
public Boolean Equals(CharInputEventArgs other)
Parameters:
other(CharInputEventArgs):
Returns:
public Void Deconstruct(out Object? Sender, out Rune Unicode)
Parameters: