Diagram.OnAssociated(DiagramAssociationEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)