This topic has not yet been rated - Rate this topic

GlobalEventManager.Add Method

Adds an event handler delegate for global event notifications.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
public void Add(
	Delegate handler
)

Parameters

handler
Type: Delegate

The handler to add.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.