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