Search Results for

    Class WindowStateChangedEventArgs

    Inheritance
    System.Object
    System.EventArgs
    WindowChangedEventArgs
    WindowStateChangedEventArgs
    Inherited Members
    WindowChangedEventArgs.Source
    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 WindowStateChangedEventArgs : WindowChangedEventArgs

    Constructors

    | Improve this Doc View Source

    WindowStateChangedEventArgs(IWindow, WindowState, WindowState)

    Declaration
    public WindowStateChangedEventArgs(IWindow source, WindowState newState, WindowState oldState)
    Parameters
    Type Name Description
    IWindow source
    WindowState newState
    WindowState oldState

    Properties

    | Improve this Doc View Source

    NewState

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

    OldState

    Declaration
    public WindowState OldState { get; }
    Property Value
    Type Description
    WindowState

    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
    WindowChangedEventArgs.Equals(Object)
    | Improve this Doc View Source

    GetHashCode()

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