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