_DMcGraphOverlayEvents_AboutToBeDestroyedEventHandler Delegate

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
Public Delegate Sub _DMcGraphOverlayEvents_AboutToBeDestroyedEventHandler ( 
	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