Search Results for

    Class CursorLocationChangedEventArgs

    Inheritance
    System.Object
    System.EventArgs
    PropertyChangedEventArgsBase<IWorkspace, Point>
    CursorLocationChangedEventArgs
    Implements
    IPropertyChangedEventArgs
    Inherited Members
    PropertyChangedEventArgsBase<IWorkspace, Point>.PropertyInfo
    PropertyChangedEventArgsBase<IWorkspace, Point>.PropertyName
    PropertyChangedEventArgsBase<IWorkspace, Point>.Source
    PropertyChangedEventArgsBase<IWorkspace, Point>.NewValue
    PropertyChangedEventArgsBase<IWorkspace, Point>.OldValue
    PropertyChangedEventArgsBase<IWorkspace, Point>.IPropertyChangedEventArgs.Source
    PropertyChangedEventArgsBase<IWorkspace, Point>.IPropertyChangedEventArgs.NewValue
    PropertyChangedEventArgsBase<IWorkspace, Point>.IPropertyChangedEventArgs.OldValue
    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 CursorLocationChangedEventArgs : PropertyChangedEventArgsBase<IWorkspace, Point>, IPropertyChangedEventArgs

    Constructors

    | Improve this Doc View Source

    CursorLocationChangedEventArgs(IWorkspace, Point, Point)

    Declaration
    public CursorLocationChangedEventArgs(IWorkspace source, Point newValue, Point oldValue)
    Parameters
    Type Name Description
    IWorkspace source
    Point newValue
    Point oldValue

    Properties

    | Improve this Doc View Source

    NewLocation

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

    OldLocation

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

    PropertyInfo

    Declaration
    public override PropertyInfo PropertyInfo { get; }
    Property Value
    Type Description
    System.Reflection.PropertyInfo
    Overrides
    WinMan.PropertyChangedEventArgsBase<WinMan.IWorkspace, WinMan.Point>.PropertyInfo
    | Improve this Doc View Source

    PropertyName

    Declaration
    public override string PropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    WinMan.PropertyChangedEventArgsBase<WinMan.IWorkspace, WinMan.Point>.PropertyName

    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()

    Implements

    IPropertyChangedEventArgs
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX