_dispFindEvents_FindDoneEventHandler Delegate
This delegate supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTEAssembly: EnvDTE (in envdte.dll)
[ComVisibleAttribute(false)] public delegate void _dispFindEvents_FindDoneEventHandler ( [InAttribute] vsFindResult Result, [InAttribute] bool Cancelled )
/** @delegate */ /** @attribute ComVisibleAttribute(false) */ public delegate void _dispFindEvents_FindDoneEventHandler ( /** @attribute InAttribute() */ vsFindResult Result, /** @attribute InAttribute() */ boolean Cancelled )
Parameters
- Result
- Cancelled