IReceiveMouseEvents

StockSharp.Xaml.Charting.Utility.Mouse

Defines the interface to a type which receives unified Mouse Events (cross-platform WPF and Silverlight).

プロパティ

IsEnabled : bool

Gets or sets whether the mouse target is enabled.

MouseEventGroup : string

Gets or sets a Mouse Event Group, an ID used to share mouse events across multiple targets.

メソッド

CanReceiveMouseEvents() : bool

Returns a value indicating whether mouse events should be propagated to the mouse target.

OnMasterMouseLeave(ModifierMouseArgs)

Called when the MouseLeave event is fired for a Master of current MouseEventGroup.

e
Arguments detailing the manipulation operation.
OnModifierDoubleClick(ModifierMouseArgs)

Called when a Mouse DoubleClick occurs.

e
Arguments detailing the mouse button operation.
OnModifierMouseDown(ModifierMouseArgs)

Called when a Mouse Button is pressed.

e
Arguments detailing the mouse button operation.
OnModifierMouseMove(ModifierMouseArgs)

Called when the Mouse is moved.

e
Arguments detailing the mouse move operation.
OnModifierMouseUp(ModifierMouseArgs)

Called when a Mouse Button is released.

e
Arguments detailing the mouse button operation.
OnModifierMouseWheel(ModifierMouseArgs)

Called when the Mouse Wheel is scrolled.

e
Arguments detailing the mouse wheel operation.
OnModifierTouchDown(ModifierTouchManipulationArgs)

Called when a manipulation is started.

e
Arguments detailing the manipulation operation.
OnModifierTouchMove(ModifierTouchManipulationArgs)

Called after each touch position change during a manipulation.

e
Arguments detailing the manipulation operation.
OnModifierTouchUp(ModifierTouchManipulationArgs)

Called when a manipulation is complete.

e
Arguments detailing the manipulation operation.