Back to Devexpress

TimerClientSideEvents Class

aspnet-devexpress-dot-web-d4cdcb4b.md

latest1.9 KB
Original Source

TimerClientSideEvents Class

Contains a list of the client-side events available for a timer component.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TimerClientSideEvents :
    ClientSideEvents
vb
Public Class TimerClientSideEvents
    Inherits ClientSideEvents

The following members return TimerClientSideEvents objects:

Remarks

The TimerClientSideEvents class contains properties corresponding to the client-side events specific to a client timer object. Property names represent the names of the available client events.

Each property of this type provides the capability of assigning an appropriate JavaScript handler function to the corresponding client-side event of a timer component.

A TimerClientSideEvents object is automatically created when a server-side timer object is being initialized.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase ClientSideEventsBase ClientSideEvents TimerClientSideEvents

See Also

TimerClientSideEvents Members

News Control

DevExpress.Web Namespace