ToolbarItemClickedEventArgs
Namespace: Wisej.Hybrid.Shared.Toolbar
Assembly: Wisej.Hybrid
Provides information about the toolbar item selected.
- C#
- VB.NET
public class ToolbarItemClickedEventArgs : EventArgs
Public Class ToolbarItemClickedEventArgs
Inherits EventArgs
Constructors
ToolbarItemClickedEventArgs(toolbarItem)
Creates a new instance of ToolbarItemClickedEventArgs
| Name | Type | Description |
|---|---|---|
| toolbarItem | ToolbarItem | The selected toolbar item. |
Properties
ToolbarItem
ToolbarItem: The selected toolbar item.