C# Class DataHubServicesAddin.PanMapButton

Inheritance: Button
Datei anzeigen Open project: EsriUK/OnlineServicesAddin

Public Methods

Method Description
PanMapButton ( ) : System

Initializes a new instance of the PanMapButton class.

Protected Methods

Method Description
OnClick ( ) : void

Called when button is clicked.

OnUpdate ( ) : void

Called when state is updated.

Method Details

OnClick() protected method

Called when button is clicked.
protected OnClick ( ) : void
return void

OnUpdate() protected method

Called when state is updated.
protected OnUpdate ( ) : void
return void

PanMapButton() public method

Initializes a new instance of the PanMapButton class.
public PanMapButton ( ) : System
return System