FindEvents Interface

Provides events for Find-in-Files operations.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("C5331ACD-C5D5-11D2-8598-006097C68E81")> _
Public Interface FindEvents _
    Inherits _FindEvents, _dispFindEvents_Event
'Usage
Dim instance As FindEvents
[GuidAttribute("C5331ACD-C5D5-11D2-8598-006097C68E81")]
public interface FindEvents : _FindEvents, 
    _dispFindEvents_Event
[GuidAttribute(L"C5331ACD-C5D5-11D2-8598-006097C68E81")]
public interface class FindEvents : _FindEvents, 
    _dispFindEvents_Event
public interface FindEvents extends _FindEvents, _dispFindEvents_Event

Remarks

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

Examples

<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

See Also

Reference

FindEvents Members

EnvDTE Namespace