Skip to main content
Version: 4.1

ClientEvent

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represent a JavaScript event and the corresponding code to execute on the client when the event is fired.

public class ClientEvent

Constructors

Instance member ClientEvent()

Initializes a new instance of ClientEvent.

Properties

Instance member Event

String: Returns or sets the name of the event. Not all events are available to all controls, which events are fired depends on the widget that corresponds to the control. (Default: null)

Instance member JavaScript

String: Returns or sets the JavaScript handler for the event. (Default: "")