Class IgnoreMouseWheelBehavior
This behavior class helps suppress mouse wheel input. Typically used on UIElement containing ScrollViewer user wants disabled.
Inheritance
IgnoreMouseWheelBehavior
Inherited Members
Namespace: Phoenix.Aruba.Behaviors
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public sealed class IgnoreMouseWheelBehavior : Behavior<UIElement>, IAnimatable, IAttachedObject
Methods
View SourceOnAttached()
Subscribes to the event handler for preview mouse wheel on TreeView's selected item changed.
Declaration
protected override void OnAttached()
Overrides
View SourceOnDetaching()
Unsubscribes from the event handler for preview mouse wheel on TreeView's selected item changed.
Declaration
protected override void OnDetaching()
Overrides
Implements
Microsoft.Xaml.Behaviors.IAttachedObject