JavaScript.ClientEvent
Wisej.Web.JavaScript ClientEvent
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represent a JavaScript event and the corresponding code to execute on the client when the event is fired.
Constructors
ClientEvent()
Properties
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.
JavaScript
String: Returns or sets the JavaScript handler for the event.
Last updated