Version

FunnelSliceClickedEventHandler Delegate

Event handler for when a funnel slice is clicked.
Syntax
public delegate void FunnelSliceClickedEventHandler( 
   object sender,
   FunnelSliceClickedEventArgs args
)

Parameters

sender
The owner of the slice clicked.
args
Information about the clicked slice.
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