Diagram.OnDisassociated(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 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)