Click or drag to resize

ControlNotifyEvent Class

X#
Provide information about a control notification event, which is generated when a control is required to notify its parent window of an event.
Inheritance Hierarchy
Object
  Event
    ControlEvent
      ControlNotifyEvent
        More...

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS ControlNotifyEvent INHERIT ControlEvent
Request Example View Source

The ControlNotifyEvent type exposes the following members.

Constructors
  NameDescription
Public methodControlNotifyEvent
Initializes a new instance of the ControlNotifyEvent class
Top
Properties
  NameDescription
Public propertyControl
The Control object that generated this event.
(Overrides Control.)
Public propertyControlID
A number between 1 and 8000 representing the unique ID of the control that generated this control event.
(Inherited from ControlEvent.)
Public propertyDescription
A string representing the description of the control that generated this control event.
(Inherited from ControlEvent.)
Public propertyHandle
The pointer to the window where the event occurred
(Inherited from Event.)
Public propertyHelpContext
A string representing the help context ID of the control that generated this control event.
(Inherited from ControlEvent.)
Public propertyHyperLabel
The hyperlabel connected to the control event.
(Inherited from ControlEvent.)
Public propertyMessage
A dword representing the Windows API message associated with the given event.
(Inherited from Event.)
Public propertyName
A string representing the name of the control that generated the event.
(Inherited from ControlEvent.)
Public propertyNameSym
A symbol representing the name of the control that generated the event.
(Inherited from ControlEvent.)
Public propertyNotifyCode
The notification code for this event as defined by the Windows API.
Public propertyWindow
An object indicating the window or control in which the event occurred. This is helpful, for example, for distinguishing between similar menu events coming from the same context menu attached to different controls.
(Inherited from Event.)
Top
Fields
  NameDescription
Public fieldhWnd (Inherited from Event.)
Public fieldlParam (Inherited from Event.)
Public fieldoWindow (Inherited from Event.)
Public fielduMsg (Inherited from Event.)
Public fieldwParam (Inherited from Event.)
Top
Remarks
Many controls generate notification events, which are sent to their parent window so that the parent window can take some action. The notification is sent to the parent in the form of the ControlNotify event handler. This event is often subclassed so that a control can send an event object that is specific to the control and the notification. In this case, a more specific event handler in the parent is called as well.
See Also

Reference

Inheritance Hierarchy
Object
  Event
    ControlEvent
      ControlNotifyEvent
        ComboBoxExEndEditEvent
        DateTimeSelectionEvent
        ListViewColumnClickEvent
        ListViewEditEvent
        ListViewItemEvent
        ListViewKeyEvent
        ListViewMouseEvent
        MonthCalSelectionEvent
        RichEditProtectEvent
        RichEditSelectionEvent
        SysLinkSelectEvent
        TreeViewDeleteEvent
        TreeViewDragEvent
        TreeViewEditEvent
        TreeViewExpandedEvent
        TreeViewExpandingEvent
        TreeViewKeyEvent
        TreeViewMouseEvent
        TreeViewSelectionEvent