Search Results for

    Show / Hide Table of Contents

    Class WPFKeyboardDispatcher

    Dispatches keyboard events associated with a Surface or a Window.

    Inheritance
    object
    KeyboardDispatcher
    WPFKeyboardDispatcher
    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()
    Namespace: Evergine.WPF
    Assembly: Evergine.WPF.dll
    Syntax
    public class WPFKeyboardDispatcher : KeyboardDispatcher

    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()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Extension Methods

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