Click or drag to resize

EventContext Constructor (Typed)

X#
Destroy the event context permanently.
Construct an event context.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR()
Request Example View Source
Remarks
This method can be used when an EventContext object is no longer needed. EventContext:Destroy() de-instantiates the Event Context object and allows you to close and free any resources that were opened or created by the object, without waiting for the garbage collector.
See Also