Class ToolbarItemEventArgs

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Event arguments for events of ToolbarItem.

    public class ToolbarItemEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    ToolbarItemEventArgs
    Remarks

    Inherits EventArgs.

    Properties

    View Source

    Item

    Gets the ToolbarItem.

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

    Inherits EventArgs.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX