Namespace:  MbUnit.Core.Remoting
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
public delegate void AssemblyChangedHandler(
	string fullPath
)
Visual Basic (Declaration)
Public Delegate Sub AssemblyChangedHandler ( _
	fullPath As String _
)

Parameters

fullPath
Type: System..::.String

See Also