| C1.UWP.FlexViewer Assembly > C1.Xaml.FlexViewer Namespace > ToolMenu Class : ItemClick Event |
'Declaration Public Event ItemClick As Windows.UI.Xaml.Controls.ItemClickEventHandler
public event Windows.UI.Xaml.Controls.ItemClickEventHandler ItemClick
The event handler receives an argument of type Windows.UI.Xaml.Controls.ItemClickEventArgs containing data related to this event. The following ItemClickEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ClickedItem | |
| OriginalSource | (Inherited from Windows.UI.Xaml.RoutedEventArgs) |