Summary
Helper for setting
EndOfVerticalScrollReachedCommandProperty
on obj.- 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 | |
Attached |
|
Attached |
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | DependencyObject to set EndOfVerticalScrollReachedCommandProperty on. |
value | ICommand | EndOfVerticalScrollReachedCommand property value. |
Return Value
Type | Description |
---|---|
void |