Back to Devexpress

BootstrapBinaryImageClientSideEvents Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-374cdaaf.md

latest2.5 KB
Original Source

BootstrapBinaryImageClientSideEvents Class

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

Declaration

csharp
public class BootstrapBinaryImageClientSideEvents :
    BinaryImageClientSideEvents
vb
Public Class BootstrapBinaryImageClientSideEvents
    Inherits 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.

Inheritance

Object StateManager PropertiesBase ClientSideEventsBase ClientSideEvents EditClientSideEventsBase EditClientSideEvents BinaryImageClientSideEvents BootstrapBinaryImageClientSideEvents

See Also

BootstrapBinaryImageClientSideEvents Members

Binary Image

DevExpress.Web.Bootstrap Namespace