alexa
menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ToolbarItemSelectedEventArgs

    Toolbar item selected event event

    Inheritance
    System.Object
    ToolbarItemSelectedEventArgs
    Namespace: Syncfusion.UI.Xaml.ImageEditor
    Assembly: Syncfusion.SfImageEditor.UWP.dll
    Syntax
    public class ToolbarItemSelectedEventArgs : CancelEventArgs

    Constructors

    ToolbarItemSelectedEventArgs(ToolbarItem)

    Initializes a new instance of theToolbarItemSelectedEventArgs class.

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

    Properties

    MoveSubItemsToFooterToolbar

    Gets or sets the move sub items to footer toolbar.

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

    ToolbarItem

    Gets/Sets stream value

    Declaration
    public ToolbarItem ToolbarItem { get; set; }
    Property Value
    Type
    ToolbarItem

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved