Search Results for

    Class PrimaryDisplayChangedEventArgs

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

    Constructors

    | Improve this Doc View Source

    PrimaryDisplayChangedEventArgs(IDisplay, IDisplay)

    Declaration
    public PrimaryDisplayChangedEventArgs(IDisplay newPrimaryDisplay, IDisplay oldPrimaryDisplay)
    Parameters
    Type Name Description
    IDisplay newPrimaryDisplay
    IDisplay oldPrimaryDisplay

    Properties

    | Improve this Doc View Source

    NewPrimaryDisplay

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

    OldPrimaryDisplay

    Declaration
    public IDisplay OldPrimaryDisplay { get; }
    Property Value
    Type Description
    IDisplay

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

    GetHashCode()

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