Summary
Helper for setting
EndOfHorizontalScrollReachedCommandProperty
on obj.- Namespace
- MahApps
.Metro .Controls - Containing Type
- ScrollViewerHelper
Syntax
[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(ScrollViewer))]
[AttachedPropertyBrowsableForType(typeof(ItemsControl))]
public static void SetEndOfHorizontalScrollReachedCommand(DependencyObject obj, ICommand value)
Attributes
Type | Description |
---|---|
Category | |
Attached |
|
Attached |
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | DependencyObject to set EndOfHorizontalScrollReachedCommandProperty on. |
value | ICommand | EndOfHorizontalScrollReachedCommand property value. |
Return Value
Type | Description |
---|---|
void |