BindingFailedEventHandler
BindingFailedEventHandler
BindingFailedEventHandler
BindingFailedEventHandler
Delegate
Definition
Represents the method that will handle the DebugSettings.BindingFailed event.
public : delegate void BindingFailedEventHandler(PlatForm::Object sender, BindingFailedEventArgs e)public delegate void BindingFailedEventHandler(Object sender, BindingFailedEventArgs e)Public Delegate BindingFailedEventHandler(sender As Object, e As BindingFailedEventArgs)// This API is not available in Javascript.
Parameters
- sender
- PlatForm::Object Object Object Object
The source of the event.
The event data.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
IsBindingTracingEnabled must be true and there must be a debugger attached to the app process in order for BindingFailed to occur and for tracing to appear in debugger output. You don't need to handle the event in order to see tracing appear in a debugger. The debugger output contains message information that goes to the Output window of the debugger. Attaching a BindingFailed handler yourself is an advanced scenario for when you want to see the raw message.