Diagram::OnAssociated Method (DiagramAssociationEventArgs^)

 

Performs an action when the diagram has been associated with a diagram view.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public protected:
virtual void OnAssociated(
	DiagramAssociationEventArgs^ e
)

Parameters

e
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramAssociationEventArgs^

The arguments to use when a diagram is associated with a diagram view. For a list of arguments, see DiagramAssociationEventArgs.

Return to top
Show: