The LayerNotify event occurs whenever a layer is selected, moved or resized.

Only user actions can fire this event.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public event EventHandler LayerNotify
Public Event LayerNotify As EventHandler
public:
 event EventHandler^ LayerNotify {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also