Skip to main content

BootstrapBinaryImageClientSideEvents Class

Contains a list of the client-side events available for the Binary Image.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapBinaryImageClientSideEvents :
    BinaryImageClientSideEvents

The following members return BootstrapBinaryImageClientSideEvents objects:

Remarks

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.

See Also