Search Results for

    Show / Hide Table of Contents

    Class WPFKeyboardDispatcher

    Dispatch keyboard events associated to a Surface or a Window.

    Inheritance
    object
    KeyboardDispatcher
    WPFKeyboardDispatcher
    Implements
    IDisposable
    Inherited Members
    KeyboardDispatcher.KeyDown
    KeyboardDispatcher.KeyUp
    KeyboardDispatcher.KeyChar
    KeyboardDispatcher.ReadKeyState(Keys)
    KeyboardDispatcher.IsKeyDown(Keys)
    KeyboardDispatcher.DispatchEvents()
    KeyboardDispatcher.HandleKeyDown(Keys)
    KeyboardDispatcher.HandleKeyUp(Keys)
    KeyboardDispatcher.HandleKeyChar(char)
    KeyboardDispatcher.HandleKeyChar(string)
    KeyboardDispatcher.ResetKeyboardStatus()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Evergine.WPF
    Assembly: Evergine.WPF.dll
    Syntax
    public class WPFKeyboardDispatcher : KeyboardDispatcher, IDisposable

    Constructors

    WPFKeyboardDispatcher(UIElement)

    Initializes a new instance of the WPFKeyboardDispatcher class.

    Declaration
    public WPFKeyboardDispatcher(UIElement uiElement)
    Parameters
    Type Name Description
    UIElement uiElement

    The UIElement associated with this dispatcher.

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IDisposable

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX