Specifies the property that gets or sets whether the event was handled.
public:
property bool Handled {
bool get ();
void set (bool value);
}
Type: bool
True if the event has been handled by the appropriate delegate; false if it has not.
Namespace: Windows.UI.Core
Metadata: windows.winmd