Raised when the use clicks the 'Show More' link.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public event EventHandler<DimensionStateEventArgs> ShowMoreDimensionValues
Visual Basic (Declaration)
Public Event ShowMoreDimensionValues As EventHandler(Of DimensionStateEventArgs)
Visual C++
public:
 event EventHandler<DimensionStateEventArgs^>^ ShowMoreDimensionValues {
	void add (EventHandler<DimensionStateEventArgs^>^ value);
	void remove (EventHandler<DimensionStateEventArgs^>^ value);
}

See Also