This component is designed for creating and managing internal code of a form (or code-behind). It enables execution of C# (CSharp) scripts as a response to selected events raised by form or by target controls on the form and provides means to generate web service clients.
The code block allows definition of multiple event handlers and codes that are edited in built-in editor.

The
New event button creates a new event handler.
The
Remove event button removes selected event handler.
The
Add Service button opens a dialog that allows generating a service client code (see section Service Reference for details).
The
New code creates a new code holder with the basic code snippet.
The
Remove code deletes the selected code holders and/or service clients.
Double click on the event handler name in the list opens the Event handler dialog window.
Double click on the code holder or service client name opens the Code holder editor window.
See also: