ClassOffsetEventArgs
Class
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public class OffsetEventArgs : EventArgs
Inheritance: objectEventArgsOffsetEventArgs
Inherited Members
Constructors
OffsetEventArgs()
Initializes a new instance of the OffsetEventArgs class.
Declaration
cs-api-definition
public OffsetEventArgs()
OffsetEventArgs(Point, Point)
Initializes a new instance of the OffsetEventArgs class.
Declaration
cs-api-definition
public OffsetEventArgs(Point oldOffset, Point newOffset)
Parameters
oldOffset
Point
The old offset.
newOffset
Point
The new offset.