aspnetbootstrap-devexpress-dot-web-dot-bootstrap-374cdaaf.md
Contains a list of the client-side events available for the Binary Image.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapBinaryImageClientSideEvents :
BinaryImageClientSideEvents
Public Class BootstrapBinaryImageClientSideEvents
Inherits BinaryImageClientSideEvents
The following members return BootstrapBinaryImageClientSideEvents objects:
The BootstrapBinaryImageClientSideEvents class contains properties corresponding to the client-side events specific to a client BootstrapClientBinaryImage object. Property names represent the names of the available client editor’s events.
Each of these properties provides the capability to assign a handling code or the name of a JavaScript handle function to the corresponding client-side event of a control.
An instance of the BootstrapBinaryImageClientSideEvents class is automatically created when initializing a server-side BootstrapBinaryImage object.
Object StateManager PropertiesBase ClientSideEventsBase ClientSideEvents EditClientSideEventsBase EditClientSideEvents BinaryImageClientSideEvents BootstrapBinaryImageClientSideEvents
See Also