Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolbarItemSelectedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ToolbarItemSelectedEventArgs

    Toolbar item selected event.

    Inheritance
    System.Object
    ToolbarItemSelectedEventArgs
    Namespace: Syncfusion.SfImageEditor.XForms
    Assembly: Syncfusion.SfImageEditor.XForms.dll
    Syntax
    public class ToolbarItemSelectedEventArgs : EventArgs

    Constructors

    ToolbarItemSelectedEventArgs(ToolbarItem)

    Initializes a new instance of the ToolbarItemSelectedEventArgs class.

    Declaration
    public ToolbarItemSelectedEventArgs(ToolbarItem toolbar)
    Parameters
    Type Name Description
    ToolbarItem toolbar

    Toolbar item.

    Properties

    Cancel

    Gets or sets a value indicating whether the event should be canceled.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    MoveSubItemsToFooterToolbar

    Determines whether subitems needs to display in sublayout or footerlayout.

    Declaration
    public bool MoveSubItemsToFooterToolbar { get; set; }
    Property Value
    Type Description
    System.Boolean

    ToolbarItem

    Gets/Sets stream value.

    Declaration
    public ToolbarItem ToolbarItem { get; set; }
    Property Value
    Type Description
    ToolbarItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved