ItemClickEventArgs Class

Summary

EventArgs used for the ItemClick and OptionsItemClick events.
Namespace
MahApps.Metro.Controls
Base Types
  • RoutedEventArgs
graph BT Type-->Base0["RoutedEventArgs"] Type["ItemClickEventArgs"] class Type type-node

Syntax

public class ItemClickEventArgs : RoutedEventArgs

Constructors

Properties

Name Value Summary
ClickedItem object
Gets the clicked item (options item).