Search
LayerListViewAdapter Members
Constructors Methods
 


Provides empty implementations for the methods defined in the LayerListViewListener interface. This lets you override only the handlers for the events you are interested in, instead of implementing all methods of LayerListViewListener.

The following tables list the members exposed by the LayerListViewAdapter type.

 Public Constructors

  Name Description

LayerListViewAdapter

 

 Public Methods

  Name Description

addButtonClick

Raised when the user clicks the control's add button.

removeButtonClick

Raised when the user clicks the control's remove button.

selectedItemChanged

Raised when the control's selected item has changed.

 See Also