Share via


FindEvents Interface

Definition

Provides events for Find-in-Files operations.

C++/CX
public interface class FindEvents : EnvDTE::_dispFindEvents_Event, EnvDTE::_FindEvents
Derived
Attributes
Implements

Examples

VB
<System.ContextStaticAttribute()> Public WithEvents FindEvents As EnvDTE.FindEvents  

Public Sub FindEvents_FindDone(ByVal Result As EnvDTE.vsFindResult, ByVal Cancelled As Boolean) Handles FindEvents.FindDone  
   MsgBox("test")  
End Sub  

Remarks

Use this object for functionality and refer to FindEventsClass for this object’s documentation. The FindEvents object is returned by the DTE object.

Methods

Events

FindDone

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

(Inherited from _dispFindEvents_Event)

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022