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)
Syntaxpublic string ToString(
string EventArgs
)
Public Function ToString (
EventArgs As String
) As String
Parameters
- EventArgs
- Type: SystemString
The event arguments to pass to the event handlers.
Return Value
Type:
StringThe javascript that calls the handlers in each
ClientEvent
See Also