Click or drag to resize

RectChangedEventArgs Class

Event args used to notify that the Rect has changed
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab2d.ControlsRectChangedEventArgs

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public class RectChangedEventArgs : EventArgs

The RectChangedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodRectChangedEventArgs
Constructor
Top
Properties
  NameDescription
Public propertyNewValue
New Rect Value.
Public propertyOldValue
Old Rect Value
Top
See Also