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)
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 |