answersLogoWhite

0

The basic code which responds to a specific event is called even procedure

OR

Event procedure is one which establishes the link between the object and code with the help of name

OR

Reaction og a control to the external condition

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the procedure to built a class and object in visual basic?

whate is the procedure to built a class and object in visual basic.?


Which programming structure is contained in every Visual Basic procedure?

Every procedure in a Visual Basic program contains the sequence structure.


What is a VB procedure?

A procedure is a group of executable statements wrapped between a declaration statement and a matching End statement, the following are examples of valid VB procedures: Sub Function Event Handler Property Procedures Operation Procedures Generic Procedures E.g Private Sub ExampleProcedure() <Code> End Sub


What are the element of the visual basic?

A declared element is a programming element that is defined in a declaration statement. Declared elementsinclude variables, constants, enumerations, classes, structures, interfaces, procedures, procedure parameters, function returns, external procedure references, operators, properties, events, and delegates


What does visualizing mean?

it means a prop or background


What is a visual statement that presents an interesting design or communicates a feeling?

Art


What is the syntax for if statement in visual basic?

The basic structure of an IF statement in visual basic is as follows, including the ElseIf statement which allows you to nest IF statements far more easily than writing out the whole statement again. If <Argument> Then <Code> ElseIf <Argument> Then <Code> Else <Code> End If If you need a realistic example of this then take the following example, you have a form with three text boxes and a button, the following IF statement is executed on click of the button. If TextBox1.Text = TextBox2.Text Then MsgBox("Textbox 1 and 2 match") ElseIf TextBox1.Text = TextBox3.Text Then MsgBox("Textbox 1 and 3 match") Else MsgBox("No Textboxes match Textbox 1") End If


What is a function procedure in Visual Basic?

A function is essentially a subroutine that is ment to be used by other subroutines.


What are some common causes of pain in the thigh area?

Ultrasonography, commonly called sonography, is a diagnostic medical procedure that uses high frequency sound waves (ultrasound) to produce dynamic visual images of organs, tissues, or blood flow inside the body. This type of procedure is often referred to as a sonogram or ultrasound scan.


What is the function of visual c plus plus switch condition?

The switch / case statement.


What is the purpose of a function or procedure?

function is a set of statements that can be executed in the part of the program. ex: to add two nos. using function void main() { int a,b,c; printf("enter the two numbers"); scanf("%d%d",&a,&b); add(a,b); clear(); } void add(int a,int b) { c=a+b; printf("the sum is %d",c); }


What is meant by a visual workplace?

A visual workplace uses signage and pictures to instruct workers on procedure and safety. It also increases productivity, efficiency, cost, quality and reliability.