FindEvents Interface
Provides events for Find-in-Files operations.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | add_FindDone(_dispFindEvents_FindDoneEventHandler^) | 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.) |
![]() | remove_FindDone(_dispFindEvents_FindDoneEventHandler^) | 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.) |
| Name | Description | |
|---|---|---|
![]() | 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.) |
Use this object for functionality and refer to FindEventsClass for this object’s documentation. The FindEvents object is returned by the DTE object.
<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

