OffsetEventArgs
Class
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public class OffsetEventArgs : EventArgs
Inheritance: objectEventArgsOffsetEventArgs
Inherited Members
Constructors
Initializes a new instance of the OffsetEventArgs class.
C#
public OffsetEventArgs()
Initializes a new instance of the OffsetEventArgs class.
C#
public OffsetEventArgs(Point oldOffset, Point newOffset)
The old offset.
newOffsetPointThe new offset.