DiagramClientView::ZoomChanged Event

 

Occurs when the the value of the ZoomFactor property changes.

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

public:
event ZoomChangedEventHandler^ ZoomChanged {
	void add(ZoomChangedEventHandler^ value);
	void remove(ZoomChangedEventHandler^ value);
}
Return to top
Show: