ResizingEventArgs
Class
Represent resizing event args.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public sealed class ResizingEventArgs : ItemsManipulationEventArgs
Inheritance: objectEventArgsDiagramItemsEventArgsItemsManipulationEventArgsResizingEventArgs
Inherited Members
Constructors
Initializes a new instance of the ResizingEventArgs class.
C#
public ResizingEventArgs(IEnumerable<IDiagramItem> items, Rect newBounds, Point mousePosition)
The items.
newBoundsRectThe new bounds.
mousePositionPointThe mouse position.
Initializes a new instance of the ResizingEventArgs class.
C#
public ResizingEventArgs(IEnumerable<IDiagramItem> items, Rect newBounds)
The items.
newBoundsRectThe new bounds.
Initializes a new instance of the ResizingEventArgs class.
C#
public ResizingEventArgs(IEnumerable<IDiagramItem> items)
The items.