Diagram.OnDisassociated(DiagramAssociationEventArgs) Method

Definition

Called when the diagram is disassociated from diagram view. Designers can override this method to handle this event

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

Parameters

Applies to