ScrollViewerHelper.

SetEndOfVerticalScrollReachedCommand(DependencyObject, ICommand) Method

Summary

Namespace
MahApps.Metro.Controls
Containing Type
ScrollViewerHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(ScrollViewer))]
[AttachedPropertyBrowsableForType(typeof(ItemsControl))]
public static void SetEndOfVerticalScrollReachedCommand(DependencyObject obj, ICommand value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj DependencyObject DependencyObject to set EndOfVerticalScrollReachedCommandProperty on.
value ICommand EndOfVerticalScrollReachedCommand property value.

Return Value

Type Description
void