ScrollViewerOffsetProxy.OnHorizontalOffsetChanged Method (DependencyObject, DependencyPropertyChangedEventArgs)
Raises the event that occurs when the HorizontalOffsetProperty field has been changed.
Namespace: Microsoft.WindowsServerSolutions.Controls.WPF
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public static void OnHorizontalOffsetChanged(
DependencyObject o,
DependencyPropertyChangedEventArgs e
)
public:
static void OnHorizontalOffsetChanged(
DependencyObject^ o,
DependencyPropertyChangedEventArgs e
)
Public Shared Sub OnHorizontalOffsetChanged (
o As DependencyObject,
e As DependencyPropertyChangedEventArgs
)
Parameters
o
Type: System.Windows.DependencyObjectThe dependency object.
e
Type: System.Windows.DependencyPropertyChangedEventArgsThe event data.
Remarks
This method senses that the horizontal offset of this proxy was set and forwards the changes to the real scroll viewer.
See Also
ScrollViewerOffsetProxy Class
Microsoft.WindowsServerSolutions.Controls.WPF Namespace
Return to top