Class ToolbarItemEventArgs

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Event arguments for events of ToolbarItem.

C#
Copy
public class ToolbarItemEventArgs : EventArgs
Inheritance
System.Object
ToolbarItemEventArgs
Remarks

Inherits EventArgs.

Properties

View Source

Item

Gets the ToolbarItem.

Declaration
C#
Copy
public ToolbarItem Item { get; }
Property Value
Type Description
ToolbarItem
API Level: preview