Share via


GraphPathSerializationDictionary.CommonPathsAdded Event

This event can be used to insert custom common paths after AddCommonPaths is called.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Event CommonPathsAdded As EventHandler
public event EventHandler CommonPathsAdded
public:
 event EventHandler^ CommonPathsAdded {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member CommonPathsAdded : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

GraphPathSerializationDictionary Class

Microsoft.VisualStudio.GraphModel Namespace