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