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
| Name | Summary |
|---|---|
| ItemClickEventArgs |
|
| ItemClickEventArgs |
|
| ItemClickEventArgs |
Properties
| Name | Property Type | Summary |
|---|---|---|
| ClickedItem | object |
Gets the clicked item (options item).
|