DiagramClientView.DiagramAssociated Event

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

Syntax

'Declaration
Public Event DiagramAssociated As EventHandler
'Usage
Dim instance As DiagramClientView 
Dim handler As EventHandler 

AddHandler instance.DiagramAssociated, handler
public event EventHandler DiagramAssociated
public:
 event EventHandler^ DiagramAssociated {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

DiagramClientView Class

DiagramClientView Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace