Class CursorLocationChangedEventArgs
Inheritance
System.Object
System.EventArgs
CursorLocationChangedEventArgs
Implements
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 CursorLocationChangedEventArgs : PropertyChangedEventArgsBase<IWorkspace, Point>, IPropertyChangedEventArgs
Constructors
| Improve this Doc View SourceCursorLocationChangedEventArgs(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 SourceNewLocation
Declaration
public Point NewLocation { get; }
Property Value
Type | Description |
---|---|
Point |
OldLocation
Declaration
public Point OldLocation { get; }
Property Value
Type | Description |
---|---|
Point |
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 SourceEquals(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()