Version

XamTagCloudClipped Event (XamTagCloudPanel)

Occurs when a XamTagCloud cannot display all of its items.
Syntax
'Declaration
 
Public Event XamTagCloudClipped As EventHandler(Of XamTagCloudClippedEventArgs)
public event EventHandler<XamTagCloudClippedEventArgs> XamTagCloudClipped
Event Data

The event handler receives an argument of type XamTagCloudClippedEventArgs containing data related to this event. The following XamTagCloudClippedEventArgs properties provide information specific to this event.

PropertyDescription
CloudClipped The value of this argument will be true if any of the tag cloud items are clipped or not completely displayed.
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