Version

OnHidePrompts Method

Occurs when the GroupByAreaBase should hide its prompts.
Syntax
'Declaration
 
Protected Friend Overridable Sub OnHidePrompts() 
protected internal virtual void OnHidePrompts()
Remarks

Note: If you replace the Template of the GroupByAreaBase, you should include an EventTrigger in your replacement Template that listens for this event and hides the elements that are displaying Prompt1 and Prompt2. The GroupByAreaBase will fire this event when the number of Fields that are gropued changes from greater than zero to zero.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also