IMouseManager

StockSharp.Xaml.Charting.Utility.Mouse

Defines the interface to the MouseManager, a cross-platform helper class to propagate mouse events in both Silverlight and WPF

Métodos

Subscribe(IPublishMouseEvents, IReceiveMouseEvents)

Subscribes to mouse events on the Source, propagating handlers to the Target

source
The source of mouse events
target
The target to receive mouse event handlers
Unsubscribe(IPublishMouseEvents)

Unsubscribes the source from mouse events

element
The source to unsubscribe
Unsubscribe(IReceiveMouseEvents)

Unsubscribes the element from mouse events

element
The element to unsubscribe