UserInteractiveObjectMouseOverOn Event |
LightningChart .NET Help
Mouse has been moved over object.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic virtual event MouseEventHandler MouseOverOn
Public Overridable Event MouseOverOn As MouseEventHandler
public:
virtual event MouseEventHandler^ MouseOverOn {
void add (MouseEventHandler^ value);
void remove (MouseEventHandler^ value);
}Value
Type:
System.Windows.InputMouseEventHandler
See Also