A newer version of this page is available.
Switch to the current version.
BootstrapToolbarItemCommandEventHandler Delegate
A method that will handle the BootstrapToolbar.ItemCommand event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.1.dll
Declaration
public delegate void BootstrapToolbarItemCommandEventHandler(
object source,
BootstrapToolbarItemCommandEventArgs e
);
Public Delegate Sub BootstrapToolbarItemCommandEventHandler(
source As Object,
e As BootstrapToolbarItemCommandEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
source | Object | The event source. |
e | BootstrapToolbarItemCommandEventArgs | A BootstrapToolbarItemCommandEventArgs object that contains event data. |
See Also
Feedback