View changed event is called whenever zoom or scroll occurs.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public event IEMulti..::..ViewChangeEventHandler ViewChange
Public Event ViewChange As IEMulti..::..ViewChangeEventHandler
public:
 event IEMulti..::..ViewChangeEventHandler^ ViewChange {
	void add (IEMulti..::..ViewChangeEventHandler^ value);
	void remove (IEMulti..::..ViewChangeEventHandler^ value);
}

See Also