Search Results for

    Class FocusedWindowChangedEventArgs

    Inheritance
    System.Object
    System.EventArgs
    FocusedWindowChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: WinMan
    Assembly: WinMan.dll
    Syntax
    public class FocusedWindowChangedEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    FocusedWindowChangedEventArgs(IWindow, IWindow)

    Declaration
    public FocusedWindowChangedEventArgs(IWindow newFocusedWindow, IWindow oldFocusedWindow)
    Parameters
    Type Name Description
    IWindow newFocusedWindow
    IWindow oldFocusedWindow

    Properties

    | Improve this Doc View Source

    NewFocusedWindow

    Declaration
    public IWindow NewFocusedWindow { get; }
    Property Value
    Type Description
    IWindow
    | Improve this Doc View Source

    OldFocusedWindow

    Declaration
    public IWindow OldFocusedWindow { get; }
    Property Value
    Type Description
    IWindow

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX