Class ScrollChangedEventArgs
Arguments for scroll changed event
Inherited Members
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class ScrollChangedEventArgs : RoutedEventArgs
Constructors
ScrollChangedEventArgs(RoutedEvent, Object, PointF, PointF, Size, PointF, Size, PointF)
Initializes a new instance of the ScrollChangedEventArgs class.
Declaration
public ScrollChangedEventArgs(RoutedEvent routedEvent, object source, PointF offset, PointF offsetChange, Size extent, PointF extentChange, Size viewport, PointF viewportChange)
Parameters
Type | Name | Description |
---|---|---|
RoutedEvent | routedEvent | The routed event. |
System.Object | source | The source. |
EmptyKeys.UserInterface.PointF | offset | The offset. |
EmptyKeys.UserInterface.PointF | offsetChange | The offset change. |
EmptyKeys.UserInterface.Size | extent | The extent. |
EmptyKeys.UserInterface.PointF | extentChange | The extent change. |
EmptyKeys.UserInterface.Size | viewport | The viewport. |
EmptyKeys.UserInterface.PointF | viewportChange | The viewport change. |
Properties
ExtentHeight
Gets the height of the extent.
Declaration
public float ExtentHeight { get; }
Property Value
Type | Description |
---|---|
System.Single | The height of the extent. |
ExtentHeightChange
Gets the extent height change.
Declaration
public float ExtentHeightChange { get; }
Property Value
Type | Description |
---|---|
System.Single | The extent height change. |
ExtentWidth
Gets the width of the extent.
Declaration
public float ExtentWidth { get; }
Property Value
Type | Description |
---|---|
System.Single | The width of the extent. |
ExtentWidthChange
Gets the extent width change.
Declaration
public float ExtentWidthChange { get; }
Property Value
Type | Description |
---|---|
System.Single | The extent width change. |
HorizontalChange
Gets the horizontal change.
Declaration
public float HorizontalChange { get; }
Property Value
Type | Description |
---|---|
System.Single | The horizontal change. |
HorizontalOffset
Gets the horizontal offset.
Declaration
public float HorizontalOffset { get; }
Property Value
Type | Description |
---|---|
System.Single | The horizontal offset. |
VerticalChange
Gets the vertical change.
Declaration
public float VerticalChange { get; }
Property Value
Type | Description |
---|---|
System.Single | The vertical change. |
VerticalOffset
Gets the vertical offset.
Declaration
public float VerticalOffset { get; }
Property Value
Type | Description |
---|---|
System.Single | The vertical offset. |
ViewportHeight
Gets the height of the viewport.
Declaration
public float ViewportHeight { get; }
Property Value
Type | Description |
---|---|
System.Single | The height of the viewport. |
ViewportHeightChange
Gets the viewport height change.
Declaration
public float ViewportHeightChange { get; }
Property Value
Type | Description |
---|---|
System.Single | The viewport height change. |
ViewportWidth
Gets the width of the viewport.
Declaration
public float ViewportWidth { get; }
Property Value
Type | Description |
---|---|
System.Single | The width of the viewport. |
ViewportWidthChange
Gets the viewport width change.
Declaration
public float ViewportWidthChange { get; }
Property Value
Type | Description |
---|---|
System.Single | The viewport width change. |
Methods
InvokeEventHandler(Delegate, Object)
Invokes the event handler.
Declaration
protected override void InvokeEventHandler(Delegate handler, object target)
Parameters
Type | Name | Description |
---|---|---|
System.Delegate | handler | The handler. |
System.Object | target | The target. |