Search Results for

    Class CurrentDesktopChangedEventArgs

    Inheritance
    System.Object
    System.EventArgs
    DesktopChangedEventArgs
    CurrentDesktopChangedEventArgs
    Inherited Members
    DesktopChangedEventArgs.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 CurrentDesktopChangedEventArgs : DesktopChangedEventArgs

    Constructors

    | Improve this Doc View Source

    CurrentDesktopChangedEventArgs(IVirtualDesktop, IVirtualDesktop)

    Declaration
    public CurrentDesktopChangedEventArgs(IVirtualDesktop newDesktop, IVirtualDesktop oldDesktop)
    Parameters
    Type Name Description
    IVirtualDesktop newDesktop
    IVirtualDesktop oldDesktop

    Properties

    | Improve this Doc View Source

    NewDesktop

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

    OldDesktop

    Declaration
    public IVirtualDesktop OldDesktop { get; }
    Property Value
    Type Description
    IVirtualDesktop

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

    GetHashCode()

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