Class ToolbarItemSelectedEventArgs
Toolbar item selected event event
Inheritance
System.Object
ToolbarItemSelectedEventArgs
Namespace: Syncfusion.UI.Xaml.ImageEditor
Assembly: Syncfusion.SfImageEditor.WPF.dll
Syntax
public class ToolbarItemSelectedEventArgs : CancelEventArgs
Constructors
ToolbarItemSelectedEventArgs(ToolbarItem)
Declaration
public ToolbarItemSelectedEventArgs(ToolbarItem toolbar)
Parameters
Type | Name | Description |
---|---|---|
ToolbarItem | toolbar |
Properties
ToolbarItem
Gets/Sets stream value
Declaration
public ToolbarItem ToolbarItem { get; set; }
Property Value
Type |
---|
ToolbarItem |