Events Forms para Visual Basic .Net

21/08/2003 - 20:05 por Ana Cerna | Informe spam
quiero saber donde puedo encontrar, las descripcion de
todos los handels events forms, para saber que hace cada
uno de ellos.

Se le agradece de antemano.
 

Leer las respuestas

#1 elenaar
21/08/2003 - 22:34 | Informe spam
Aqui mando una lista de los eventos de Forms, puedes encontrar mas
informacion en la Ayuda de Visual Studio .NET busca por Forms Class Events,
o copia este link en URL address box en Visual Studio .NET IDE
ms-help://MS.VSCC/MS.MSDNQTR.2003APR.1...ndowsForms
FormEventsTopic.htm

Elena Arzac

Public Events
Activated Occurs when the form is activated in code or by the user.
BackColorChanged (inherited from Control) Occurs when the value of the
BackColor property changes.
BackgroundImageChanged (inherited from Control) Occurs when the value of
the BackgroundImage property changes.
BindingContextChanged (inherited from Control) Occurs when the value of the
BindingContext property changes.
CausesValidationChanged (inherited from Control) Occurs when the value of
the CausesValidation property changes.
ChangeUICues (inherited from Control) Occurs when the focus or keyboard
user interface (UI) cues change.
Click (inherited from Control) Occurs when the control is clicked.
Closed Occurs when the form is closed.
Closing Occurs when the form is closing.
ContextMenuChanged (inherited from Control) Occurs when the value of the
ContextMenu property changes.
ControlAdded (inherited from Control) Occurs when a new control is added to
the Control.ControlCollection.
ControlRemoved (inherited from Control) Occurs when a control is removed
from the Control.ControlCollection.
CursorChanged (inherited from Control) Occurs when the value of the Cursor
property changes.
Deactivate Occurs when the form loses focus and is not the active form.
Disposed (inherited from Component) Adds an event handler to listen to the
Disposed event on the component.
DockChanged (inherited from Control) Occurs when the value of the Dock
property changes.
DoubleClick (inherited from Control) Occurs when the control is
double-clicked.
DragDrop (inherited from Control) Occurs when a drag-and-drop operation is
completed.
DragEnter (inherited from Control) Occurs when an object is dragged into
the control's bounds.
DragLeave (inherited from Control) Occurs when an object is dragged out of
the control's bounds.
DragOver (inherited from Control) Occurs when an object is dragged over the
control's bounds.
EnabledChanged (inherited from Control) Occurs when the Enabled property
value has changed.
Enter (inherited from Control) Occurs when the control is entered.
FontChanged (inherited from Control) Occurs when the Font property value
changes.
ForeColorChanged (inherited from Control) Occurs when the ForeColor
property value changes.
GiveFeedback (inherited from Control) Occurs during a drag operation.
GotFocus (inherited from Control) Occurs when the control receives focus.
HandleCreated (inherited from Control) Occurs when a handle is created for
the control.
HandleDestroyed (inherited from Control) Occurs when the control's handle
is in the process of being destroyed.
HelpRequested (inherited from Control) Occurs when the user requests help
for a control.
ImeModeChanged (inherited from Control) Occurs when the ImeMode property
has changed.
InputLanguageChanged Occurs after the input language of the form has
changed.
InputLanguageChanging Occurs when the user attempts to change the input
language for the form.
Invalidated (inherited from Control) Occurs when a control's display
requires redrawing.
KeyDown (inherited from Control) Occurs when a key is pressed while the
control has focus.
KeyPress (inherited from Control) Occurs when a key is pressed while the
control has focus.
KeyUp (inherited from Control) Occurs when a key is released while the
control has focus.
Layout (inherited from Control) Occurs when a control should reposition its
child controls.
Leave (inherited from Control) Occurs when the input focus leaves the
control.
Load Occurs before a form is displayed for the first time.
LocationChanged (inherited from Control) Occurs when the Location property
value has changed.
LostFocus (inherited from Control) Occurs when the control loses focus.
MaximizedBoundsChanged Occurs when the value of the MaximizedBounds
property has changed.
MaximumSizeChanged Occurs when the value of the MaximumSize property has
changed.
MdiChildActivate Occurs when a multiple document interface (MDI) child form
is activated or closed within an MDI application.
MenuComplete Occurs when the menu of a form loses focus.
MenuStart Occurs when the menu of a form receives focus.
MinimumSizeChanged Occurs when the value of the MinimumSize property has
changed.
MouseDown (inherited from Control) Occurs when the mouse pointer is over
the control and a mouse button is pressed.
MouseEnter (inherited from Control) Occurs when the mouse pointer enters
the control.
MouseHover (inherited from Control) Occurs when the mouse pointer hovers
over the control.
MouseLeave (inherited from Control) Occurs when the mouse pointer leaves
the control.
MouseMove (inherited from Control) Occurs when the mouse pointer is moved
over the control.
MouseUp (inherited from Control) Occurs when the mouse pointer is over the
control and a mouse button is released.
MouseWheel (inherited from Control) Occurs when the mouse wheel moves while
the control has focus.
Move (inherited from Control) Occurs when the control is moved.
Paint (inherited from Control) Occurs when the control is redrawn.
ParentChanged (inherited from Control) Occurs when the Parent property
value changes.
QueryAccessibilityHelp (inherited from Control) Occurs when
AccessibleObject is providing help to accessibility applications.
QueryContinueDrag (inherited from Control) Occurs during a drag-and-drop
operation and allows the drag source to determine whether the drag-and-drop
operation should be canceled.
Resize (inherited from Control) Occurs when the control is resized.
RightToLeftChanged (inherited from Control) Occurs when the RightToLeft
property value changes.
SizeChanged (inherited from Control) Occurs when the Size property value
changes.
StyleChanged (inherited from Control) Occurs when the control style
changes.
SystemColorsChanged (inherited from Control) Occurs when the system colors
change.
TabStopChanged (inherited from Control) Occurs when the TabStop property
value changes.
TextChanged (inherited from Control) Occurs when the Text property value
changes.
Validated (inherited from Control) Occurs when the control is finished
validating.
Validating (inherited from Control) Occurs when the control is validating.
VisibleChanged (inherited from Control) Occurs when the Visible property
value changes.

From: "Ana Cerna"
Sender: "Ana Cerna"
Subject: Events Forms para Visual Basic .Net
Date: Thu, 21 Aug 2003 11:05:41 -0700
Lines: 5
Message-ID: <042d01c3680e$d5723b50$
MIME-Version: 1.0
X-Newsreader: Microsoft CDO for Windows 2000
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Thread-Index: AcNoDtVvY5aiAWVOTeeoJ8YaDrf7Tg=>Newsgroups: microsoft.public.es.vsnet
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.es.vsnet:9314
NNTP-Posting-Host: TK2MSFTNGXA09 10.40.1.161
X-Tomcat-NG: microsoft.public.es.vsnet

quiero saber donde puedo encontrar, las descripcion de
todos los handels events forms, para saber que hace cada
uno de ellos.

Se le agradece de antemano.

Preguntas similares