ImageEditorToolbarSettingsBuilder
Methods
Items(System.Action)
Configures the items collection of the toolbar.
Parameters
configurator - System.Action<ImageEditorToolbarSettingsItemFactory>
The action that configures the items.
Click(System.Func)
Fires when the user clicks a command button. Toolbar Events.
Parameters
handler - System.Func<Object,Object>
The value that configures the click action.
Click(System.String)
Fires when the user clicks a command button. Toolbar Events.
Parameters
handler - System.String
The value that configures the click action.
Close(System.Func)
Fires when the SplitButton's popup closes. Toolbar Events.
Parameters
handler - System.Func<Object,Object>
The value that configures the close action.
Close(System.String)
Fires when the SplitButton's popup closes. Toolbar Events.
Parameters
handler - System.String
The value that configures the close action.
Open(System.Func)
Fires when the Split Button's popup opens. Toolbar Events.
Parameters
handler - System.Func<Object,Object>
The value that configures the open action.
Open(System.String)
Fires when the Split Button's popup opens. Toolbar Events.
Parameters
handler - System.String
The value that configures the open action.
Toggle(System.Func)
Fires when the user changes the checked state of a toggle button. Toolbar Events.
Parameters
handler - System.Func<Object,Object>
The value that configures the toggle action.
Toggle(System.String)
Fires when the user changes the checked state of a toggle button. Toolbar Events.
Parameters
handler - System.String
The value that configures the toggle action.
OverflowClose(System.Func)
Fires when the overflow popup container is about to close. Toolbar Events.
Parameters
handler - System.Func<Object,Object>
The value that configures the overflowclose action.
OverflowClose(System.String)
Fires when the overflow popup container is about to close. Toolbar Events.
Parameters
handler - System.String
The value that configures the overflowclose action.
OverflowOpen(System.Func)
Fires when the overflow popup container is about to open. Toolbar Events.
Parameters
handler - System.Func<Object,Object>
The value that configures the overflowopen action.
OverflowOpen(System.String)
Fires when the overflow popup container is about to open. Toolbar Events.
Parameters
handler - System.String
The value that configures the overflowopen action.