Version

DataChartMouseEventHandler Delegate

Represents the method that will handle XamDataChart mouse related events.
Syntax
public delegate void DataChartMouseEventHandler( 
   object sender,
   ChartMouseEventArgs e
)

Parameters

sender
The object where the event handler is attached.
e
The event data.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also