menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToolbarItemSelectedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ToolbarItemSelectedEventArgs

    Provides data for the ToolbarItemSelected event.

    Inheritance
    System.Object
    ToolbarItemSelectedEventArgs
    Namespace: Syncfusion.Maui.ImageEditor
    Assembly: Syncfusion.Maui.ImageEditor.dll
    Syntax
    public class ToolbarItemSelectedEventArgs : CancelEventArgs

    Constructors

    ToolbarItemSelectedEventArgs()

    Declaration
    public ToolbarItemSelectedEventArgs()

    Properties

    ToolbarItem

    Gets the selected toolbar item.

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