BulletinHandler Delegate

 

The delegate provided by subscribers that is called when a bulletin is published.

Namespace:   Microsoft.VisualStudio.Shell.Services
Assembly:  Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)

public delegate void BulletinHandler(
	Object^ bulletin
)

Parameters

bulletin
Type: System::Object^

The bulletin.

Return to top
Show: