Version

ClientSideEvents Property (UltraWebToolbar)

Structured record representing the names of Javascript event handlers for a variety of the UltraWebToolbar's client-side events.
Syntax
'Declaration
 
Public Property ClientSideEvents As ClientSideEvents
public ClientSideEvents ClientSideEvents {get; set;}
Remarks

Client-side events are events that occur in the Web browser, such as mouse-related events. Because the events are local to the browser, they must be implemented in Javascript. Client-side events do not require a new connection to the server, or a refresh of the current page. The other type of events found in the UltraWebToolbar are server-side events, which require the browser to make a new connection with the server in response to some event that occurs at the control level on the server, such as selection of a new group button.

When developers implement client-side events in their application, their Javascript routines should use the function names provided by the client-side event's corresponding ClientSideEvents property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also