This event occurs when the selection of layer changes, e.g. a new layer is selected.

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

Syntax

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

See Also