Show / Hide Table of Contents

Class IgnoreMouseWheelBehavior

This behavior class helps suppress mouse wheel input. Typically used on UIElement containing ScrollViewer user wants disabled.

Inheritance
object
DispatcherObject
DependencyObject
Freezable
Animatable
Behavior
Behavior<UIElement>
IgnoreMouseWheelBehavior
Implements
IAnimatable
IAttachedObject
Inherited Members
Behavior.Attach(DependencyObject)
Behavior.Detach()
Animatable.ApplyAnimationClock(DependencyProperty, AnimationClock)
Animatable.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)
Animatable.BeginAnimation(DependencyProperty, AnimationTimeline)
Animatable.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)
Animatable.Clone()
Animatable.GetAnimationBaseValue(DependencyProperty)
Animatable.HasAnimatedProperties
Freezable.CloneCurrentValue()
Freezable.Freeze()
Freezable.GetAsFrozen()
Freezable.GetCurrentValueAsFrozen()
Freezable.CanFreeze
Freezable.IsFrozen
Freezable.Changed
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Equals(object)
DependencyObject.GetHashCode()
DependencyObject.GetLocalValueEnumerator()
DependencyObject.GetValue(DependencyProperty)
DependencyObject.InvalidateProperty(DependencyProperty)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, object)
DependencyObject.SetValue(DependencyProperty, object)
DependencyObject.SetValue(DependencyPropertyKey, object)
DependencyObject.DependencyObjectType
DependencyObject.IsSealed
DispatcherObject.Dispatcher
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba.Behaviors
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public sealed class IgnoreMouseWheelBehavior : Behavior<UIElement>, IAnimatable, IAttachedObject

Methods

View Source

OnAttached()

Subscribes to the event handler for preview mouse wheel on TreeView's selected item changed.

Declaration
protected override void OnAttached()
Overrides
Behavior.OnAttached()
View Source

OnDetaching()

Unsubscribes from the event handler for preview mouse wheel on TreeView's selected item changed.

Declaration
protected override void OnDetaching()
Overrides
Behavior.OnDetaching()

Implements

IAnimatable
Microsoft.Xaml.Behaviors.IAttachedObject
  • View Source
In this article
Back to top Generated by DocFX