_dispSolutionEvents_ProjectAddedEventHandler Delegate
Visual Studio 2005
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)
'Declaration <ComVisibleAttribute(False)> _ Public Delegate Sub _dispSolutionEvents_ProjectAddedEventHandler ( _ <InAttribute> Project As Project _ ) 'Usage Dim instance As New _dispSolutionEvents_ProjectAddedEventHandler(AddressOf HandlerMethod)
/** @delegate */ /** @attribute ComVisibleAttribute(false) */ public delegate void _dispSolutionEvents_ProjectAddedEventHandler ( /** @attribute InAttribute() */ Project Project )
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- Project