Class ToolbarItemEventArgs

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

Event arguments for events of ToolbarItem.

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

Inherits EventArgs.

Properties

View Source

Item

Gets the ToolbarItem.

Declaration
C#
Copy
public ToolbarItem Item { get; }
Property Value
Type Description
ToolbarItem
Remarks

Inherits EventArgs.