Version

TileStateChanged Event

Occurs after the state of a XamTile has changed.
Syntax
'Declaration
 
Public Event TileStateChanged As EventHandler(Of TileStateChangedEventArgs)
public event EventHandler<TileStateChangedEventArgs> TileStateChanged
Event Data

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

PropertyDescription
Item (Inherited from Infragistics.Controls.Layouts.TileEventArgs)Returns the affected item (read-only).
NewState The new state of the XamTile.
OldState The old state of the XamTile.
Tile (Inherited from Infragistics.Controls.Layouts.TileEventArgs)Returns the XamTile that is affected (read-only).
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