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 |
---|
System.Boolean |
ToolbarItem
Gets/Sets stream value
Declaration
public ToolbarItem ToolbarItem { get; set; }
Property Value
Type |
---|
ToolbarItem |