Called by the PluginHost when the plugin is about to be deleted. The plugin can return FALSE to prohibit the deletion.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
bool DeleteMe()

Return Value

[Missing <returns> documentation for "M:VVVV.PluginInterfaces.V2.IQueryDelete.DeleteMe"]

See Also