MouseDelegates

StockSharp.Xaml.Charting.Utility.Mouse

Proxy-Klasse, um Maus-Ereignisse zwischen einem Typ zu behandeln, der IPublishMouseEvents und IReceiveMouseEvents implementiert

Eigenschaften

MouseLeaveDelegate
public MouseEventHandler MouseLeaveDelegate { get; set; }
value = mouseDelegates.MouseLeaveDelegate
mouseDelegates.MouseLeaveDelegate = value

Ein Proxy-Delegierter für Mouse Leave Events

MouseLeftDownDelegate
public MouseButtonEventHandler MouseLeftDownDelegate { get; set; }
value = mouseDelegates.MouseLeftDownDelegate
mouseDelegates.MouseLeftDownDelegate = value

Ein Proxy-Delegierter für Mouse Left Down Events

MouseLeftUpDelegate
public MouseButtonEventHandler MouseLeftUpDelegate { get; set; }
value = mouseDelegates.MouseLeftUpDelegate
mouseDelegates.MouseLeftUpDelegate = value

Ein Proxy-Delegierter für Mouse Left Up Events

MouseMiddleDownDelegate
public MouseButtonEventHandler MouseMiddleDownDelegate { get; set; }
value = mouseDelegates.MouseMiddleDownDelegate
mouseDelegates.MouseMiddleDownDelegate = value

Ein Proxy-Delegierter für Mouse Middle Down Events

MouseMiddleUpDelegate
public MouseButtonEventHandler MouseMiddleUpDelegate { get; set; }
value = mouseDelegates.MouseMiddleUpDelegate
mouseDelegates.MouseMiddleUpDelegate = value

Ein Proxy-Delegierter für Mouse Middle Up Events

MouseMoveDelegate
public MouseEventHandler MouseMoveDelegate { get; set; }
value = mouseDelegates.MouseMoveDelegate
mouseDelegates.MouseMoveDelegate = value

Ein Proxy-Delegierter für Mouse Move Events

MouseRightDownDelegate
public MouseButtonEventHandler MouseRightDownDelegate { get; set; }
value = mouseDelegates.MouseRightDownDelegate
mouseDelegates.MouseRightDownDelegate = value

Ein Proxy-Delegierter für Mouse Right Down Events

MouseRightUpDelegate
public MouseButtonEventHandler MouseRightUpDelegate { get; set; }
value = mouseDelegates.MouseRightUpDelegate
mouseDelegates.MouseRightUpDelegate = value

Ein Proxy-Delegierter für Mouse Right Up Events

MouseWheelDelegate
public MouseWheelEventHandler MouseWheelDelegate { get; set; }
value = mouseDelegates.MouseWheelDelegate
mouseDelegates.MouseWheelDelegate = value

Ein Proxy-Delegierter für Mouse Wheel Events

Target
public IReceiveMouseEvents Target { get; set; }
value = mouseDelegates.Target
mouseDelegates.Target = value

Zielelement, das die Meldungen erhält

TouchDownDelegate
public EventHandler<TouchManipulationEventArgs> TouchDownDelegate { get; set; }
value = mouseDelegates.TouchDownDelegate
mouseDelegates.TouchDownDelegate = value

Ein Proxy-Delegierter für Touch Down Events

TouchMoveDelegate
public EventHandler<TouchManipulationEventArgs> TouchMoveDelegate { get; set; }
value = mouseDelegates.TouchMoveDelegate
mouseDelegates.TouchMoveDelegate = value

Ein Proxy-Delegierter für Touch Move-Events

TouchUpDelegate
public EventHandler<TouchManipulationEventArgs> TouchUpDelegate { get; set; }
value = mouseDelegates.TouchUpDelegate
mouseDelegates.TouchUpDelegate = value

Ein Proxy-Delegierter für Touch Up Events