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 |
---|
System.Boolean |
MoveSubItemsToFooterToolbar
Determines whether subitems needs to display in sublayout or footerlayout.
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 |