Event fired when the add layer button is clicked

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

Syntax

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

See Also