DiagramClientView.ZoomChanged Event
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Event ZoomChanged As ZoomChangedEventHandler
'Usage
Dim instance As DiagramClientView
Dim handler As ZoomChangedEventHandler
AddHandler instance.ZoomChanged, handler
public event ZoomChangedEventHandler ZoomChanged
public:
event ZoomChangedEventHandler^ ZoomChanged {
void add (ZoomChangedEventHandler^ value);
void remove (ZoomChangedEventHandler^ value);
}
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.