Namespace:  EGIS.Controls
Assembly:  EGIS.Controls (in EGIS.Controls.dll)

Syntax

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

See Also