FindEventsClass::FindDone Event

 

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

Occurs after a Find-in-files with a results list operation completes.

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

public:
event _dispFindEvents_FindDoneEventHandler^ FindDone {
	virtual void add(_dispFindEvents_FindDoneEventHandler^ value);
	virtual void remove(_dispFindEvents_FindDoneEventHandler^ value);
}

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