C# Class DataHubServicesAddin.PanMapButton

Inheritance: Button
Afficher le fichier Open project: EsriUK/OnlineServicesAddin

Méthodes publiques

Méthode Description
PanMapButton ( ) : System

Initializes a new instance of the PanMapButton class.

Méthodes protégées

Méthode Description
OnClick ( ) : void

Called when button is clicked.

OnUpdate ( ) : void

Called when state is updated.

Method Details

OnClick() protected méthode

Called when button is clicked.
protected OnClick ( ) : void
Résultat void

OnUpdate() protected méthode

Called when state is updated.
protected OnUpdate ( ) : void
Résultat void

PanMapButton() public méthode

Initializes a new instance of the PanMapButton class.
public PanMapButton ( ) : System
Résultat System