Search Results for

    Show / Hide Table of Contents

    Class KeyCharEventArgs

    Provides data for keyboard character generation-related events.

    Inheritance
    object
    EventArgs
    KeyCharEventArgs
    Namespace: Evergine.Common.Input.Keyboard
    Assembly: Evergine.Common.dll
    Syntax
    public class KeyCharEventArgs : EventArgs

    Constructors

    KeyCharEventArgs(char)

    Initializes a new instance of the KeyCharEventArgs class.

    Declaration
    public KeyCharEventArgs(char character)
    Parameters
    Type Name Description
    char character

    The generated character.

    Properties

    Character

    Gets the character generated by a key press or a combination of key presses.

    Declaration
    public char Character { get; }
    Property Value
    Type Description
    char

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX