CodeCharge Studio

Enhancing Application Functionality with Programming Events (C# and VB.Net)

You've probably noticed that until now you've built your Task Management application without having to deal with the programming code. CodeCharge Studio can help you build fairly functional systems without any programming; however creating more sophisticated systems will require a certain amount of programming code. Fortunately, CodeCharge Studio makes programming easy by providing you with a first-rate code editor, in addition to Events and Actions that aid you in inserting pre-programmed snippets of code into the right place within the program.

Here are the definitions of Action and Event:

Action

User-definable code generation component, which inserts block of code into an event procedure. CodeCharge Studio comes with several predefined Actions, which are installed into the following folder: (CCS folder)\Components\Actions. Internally, actions consist of XML and XSL code that can be easily customized. For example an action can be set on a Textbox to validate the e-mail address.

Event Procedure

A procedure automatically executed in response to an event initiated by the program code during execution. Events are the best place for putting custom programming code.

Topics


On-line, printable versions and updates