menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolbarItemSelectedEventArgs - API Reference

    Show / Hide Table of Contents

    Class ToolbarItemSelectedEventArgs

    Inheritance
    System.Object
    ToolbarItemSelectedEventArgs
    Namespace: Syncfusion.SfImageEditor.Android
    Assembly: Syncfusion.SfImageEditor.Android.dll
    Syntax
    public class ToolbarItemSelectedEventArgs : CancelEventArgs

    Constructors

    ToolbarItemSelectedEventArgs(ToolbarItem)

    Initializes a new instance of theImageSavingEventArgs class.

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

    Properties

    MoveSubItemsToFooterToolbar

    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 - 2023 Syncfusion Inc. All Rights Reserved