Click or drag to resize

IpcEvent Class

X#
Provide the base class from which all Ipc event classes are subclassed.
Inheritance Hierarchy
Object
  VObject
    IpcEvent
      IpcDataRequestEvent
      IpcDataUpdateEvent
      IpcExecuteRequestEvent

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

The IpcEvent type exposes the following members.

Properties
  NameDescription
Public propertyItem
A string representing the item name for which the event has been requested.
Public propertyTopic
A string representing the topic name for which the event has been requested.
Top
Methods
  NameDescription
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Top
Fields
  NameDescription
Public fielddwData1
Public fielddwData2
Public fielddwFmt
Public fielddwType
Public fieldhConv
Public fieldhData
Public fieldhsz1
Public fieldhsz2
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Public fieldoIPCObject
Top
See Also

Reference