Click or drag to resize

ClientEventCollectionToString Method (String)

Returns a string that represents the current object

Namespace:  Cadcorp.Web.UI.Util
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public string ToString(
	string EventArgs
)

Parameters

EventArgs
Type: SystemString
The event arguments to pass to the event handlers.

Return Value

Type: String
The javascript that calls the handlers in each ClientEvent
See Also