Class ToolbarItemEventArgs
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Event arguments for events of ToolbarItem.
[Obsolete("This has been deprecated in API12")]
public class ToolbarItemEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsToolbarItemEventArgs
Remarks
Inherits EventArgs.
Properties
View SourceItem
Gets the ToolbarItem.
Declaration
[Obsolete("This has been deprecated in API12")]
public ToolbarItem Item { get; }
Property Value
Type | Description |
---|---|
ToolbarItem |
Remarks
Inherits EventArgs.