EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Class WindowExtensions

    Inheritance
    object
    WindowExtensions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: PoeShared.Scaffolding.WPF
    Assembly: PoeShared.Wpf.dll
    Syntax
    public static class WindowExtensions

    Methods

    Name Description
    GetWindowHandle(Window)
    ListenWhenActivated(Window)

    Creates an observable sequence that emits a single Unit value when the Window is activated.

    ListenWhenClosed(Window)

    Creates an observable sequence that emits a single Unit value when the Window is closed.

    ListenWhenClosing(Window)

    Creates an observable sequence that emits CancelEventArgs when the Window is closing.

    ListenWhenDeactivated(Window)

    Creates an observable sequence that emits a single Unit value when the Window is deactivated.

    ListenWhenKeyDown(Window)

    Creates an observable sequence that emits KeyEventArgs when a key is pressed in the Window.

    ListenWhenKeyUp(Window)

    Creates an observable sequence that emits KeyEventArgs when a key is released in the Window.

    ListenWhenLoaded(Window)

    Creates an observable sequence that emits a single Unit value when the Window is loaded. If the Window is already loaded when subscribing, it emits the value immediately.

    ListenWhenPreviewKeyDown(Window)

    Creates an observable sequence that emits KeyEventArgs when a key is pressed in a preview event in the Window.

    ListenWhenPreviewKeyUp(Window)

    Creates an observable sequence that emits KeyEventArgs when a key is released in a preview event in the Window.

    ListenWhenRendered(Window)

    Creates an observable sequence that emits a single Unit value when the Window is rendered.

    ListenWhenUnloaded(Window)

    Creates an observable sequence that emits a single Unit value when the Window is unloaded.

    LogWndProc(Window, string)
    RegisterWndProc(HwndSource, HwndSourceHook)
    RegisterWndProc(Window, HwndSourceHook)
    2025 © Xab3r. All rights reserved.