Determines whether the input event that invoked the command should continue to route through the element tree.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
public bool ContinueRouting { get; set; }
Visual Basic
Public Property ContinueRouting As Boolean
	Get
	Set

See Also