Class ToolbarItemEventArgs
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Event arguments for events of ToolbarItem.
public class ToolbarItemEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsToolbarItemEventArgs
Remarks
Inherits EventArgs.
Properties
View SourceItem
Gets the ToolbarItem.
Declaration
public ToolbarItem Item { get; }
Property Value
Type | Description |
---|---|
ToolbarItem |
Remarks
Inherits EventArgs.