ICoreWindowEventArgs.Handled Property

Definition

Specifies the property that gets or sets whether the event was handled.

public:
 property bool Handled { bool get(); void set(bool value); };
bool Handled();

void Handled(bool value);
public bool Handled { get; set; }
var boolean = iCoreWindowEventArgs.handled;
iCoreWindowEventArgs.handled = boolean;
Public Property Handled As Boolean

Property Value

Boolean

bool

True if the event has been handled by the appropriate delegate; false if it has not.

Applies to