Class OffsetEventArgs
Inheritance
System.Object
System.EventArgs
OffsetEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class OffsetEventArgs : EventArgs
Constructors
OffsetEventArgs()
OffsetEventArgs(Point, Point)
Initializes a new instance of the OffsetEventArgs class.
Declaration
public OffsetEventArgs(Point oldOffset, Point newOffset)
Parameters
System.Windows.Point
oldOffset
The old offset. |
System.Windows.Point
newOffset
The new offset. |
Properties
NewOffset
Gets or sets the new offset.
Declaration
public Point NewOffset { get; }
Property Value
System.Windows.Point
The new offset. |
OldOffset
Gets or sets the old offset.
Declaration
public Point OldOffset { get; }
Property Value
System.Windows.Point
The old offset. |