Summary
Helper for getting
EndOfVerticalScrollReachedCommandProperty
from obj.- Namespace
- MahApps
.Metro .Controls - Containing Type
- ScrollViewerHelper
Syntax
[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(ScrollViewer))]
[AttachedPropertyBrowsableForType(typeof(ItemsControl))]
public static ICommand GetEndOfVerticalScrollReachedCommand(DependencyObject obj)
Attributes
Type | Description |
---|---|
Category | |
Attached |
|
Attached |
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | DependencyObject to read EndOfVerticalScrollReachedCommandProperty from. |
Return Value
Type | Description |
---|---|
ICommand | EndOfVerticalScrollReachedCommand property value. |