Click or drag to resize

_DMcGraphOverlayEventsAboutToBeDestroyed Method

This McOverlay instance is in the process of being destroyed.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Sub AboutToBeDestroyed ( 
	Overlay As McGraphOverlay
)

Parameters

Overlay
Type: MediaCy.IQL.Display.OverlaysMcGraphOverlay
the event source overlay.
Remarks
This notification is sent just before the overlay is destroyed.
See Also