Click or drag to resize

ControlEvent Class (Typed)

X#
Inheritance Hierarchy
Object
  Event
    ControlEvent
      ControlFocusChangeEvent
      ControlNotifyEvent
      DateTimeSelectionEvent
      MonthCalSelectionEvent

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS ControlEvent INHERIT Event, 
	 IMPLEMENTS INamedEvent
Request Example View Source

The ControlEvent type exposes the following members.

Constructors
  NameDescription
Public methodControlEvent(Message)
Initializes a new instance of the ControlEvent class
Public methodControlEvent(Control)
Initializes a new instance of the ControlEvent class
Top
Properties
  NameDescription
Public propertyControl
Public propertyControlID
Public propertyDescription
Public propertyHandle (Inherited from Event.)
Public propertyHelpContext
Public propertyhWnd (Inherited from Event.)
Public propertyHyperLabel
Public propertylParam (Inherited from Event.)
Public propertyMessage (Inherited from Event.)
Public propertyName
Public propertyNameSym
Public propertyoWindow (Inherited from Event.)
Public propertyuMsg (Inherited from Event.)
Public propertyWindow (Inherited from Event.)
Public propertywParam (Inherited from Event.)
Top
See Also