Class ResizingEventArgs
Represent resizing event args.
Inheritance
System.Object
System.EventArgs
ResizingEventArgs
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.WinControls.RadDiagram.dll
Syntax
public sealed class ResizingEventArgs : ItemsManipulationEventArgs
Constructors
ResizingEventArgs(IEnumerable<IDiagramItem>)
Initializes a new instance of the ResizingEventArgs class.
Declaration
public ResizingEventArgs(IEnumerable<IDiagramItem> items)
Parameters
System.Collections.Generic.IEnumerable<IDiagramItem>
items
The items. |
ResizingEventArgs(IEnumerable<IDiagramItem>, Rect)
Initializes a new instance of the ResizingEventArgs class.
Declaration
public ResizingEventArgs(IEnumerable<IDiagramItem> items, Rect newBounds)
Parameters
System.Collections.Generic.IEnumerable<IDiagramItem>
items
The items. |
Rect
newBounds
The new bounds. |
ResizingEventArgs(IEnumerable<IDiagramItem>, Rect, Point)
Initializes a new instance of the ResizingEventArgs class.
Declaration
public ResizingEventArgs(IEnumerable<IDiagramItem> items, Rect newBounds, Point mousePosition)
Parameters
System.Collections.Generic.IEnumerable<IDiagramItem>
items
The items. |
Rect
newBounds
The new bounds. |
Point
mousePosition
The mouse position. |