Diagram.OnAssociated(DiagramAssociationEventArgs) Method

Definition

Called when the diagram is associated with diagram view. Designers can override this method to handle this event

protected public:
 virtual void OnAssociated(Microsoft::VisualStudio::Modeling::Diagrams::DiagramAssociationEventArgs ^ e);
protected internal virtual void OnAssociated (Microsoft.VisualStudio.Modeling.Diagrams.DiagramAssociationEventArgs e);
abstract member OnAssociated : Microsoft.VisualStudio.Modeling.Diagrams.DiagramAssociationEventArgs -> unit
override this.OnAssociated : Microsoft.VisualStudio.Modeling.Diagrams.DiagramAssociationEventArgs -> unit
Protected Friend Overridable Sub OnAssociated (e As DiagramAssociationEventArgs)

Parameters

Applies to