Skip to main content
A newer version of this page is available.

WideTile Events

A large (wide) Tile template for WinRTLiveTileManager Live Tiles.
Name Description
NodeChanged Occurs when the Value of a node belonging to this document has been changed. Inherited from XmlDocument.
NodeChanging Occurs when the Value of a node belonging to this document is about to be changed. Inherited from XmlDocument.
NodeInserted Occurs when a node belonging to this document has been inserted into another node. Inherited from XmlDocument.
NodeInserting Occurs when a node belonging to this document is about to be inserted into another node. Inherited from XmlDocument.
NodeRemoved Occurs when a node belonging to this document has been removed from its parent. Inherited from XmlDocument.
NodeRemoving Occurs when a node belonging to this document is about to be removed from the document. Inherited from XmlDocument.
See Also