BindingFailedEventArgs Class
Definition
Provides event data for the DebugSettings.BindingFailed event.
public ref class BindingFailedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.WebHostHidden]
class BindingFailedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.WebHostHidden]
public sealed class BindingFailedEventArgs
Public NotInheritable Class BindingFailedEventArgs
- Inheritance
-
BindingFailedEventArgs
- Attributes
-
Windows.Foundation.Metadata.ContractVersionAttribute Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.WebHostHiddenAttribute
Remarks
BindingFailedEventArgs is used for debugging bindings, using a technique that you shouldn't include in production code. Wire the event handler using DebugSettings, and use this data class as the result in your handler. You'll mainly be interested in the Message value, which you could log or send to Debug output.
Properties
Message |
Gets the explanation of the binding failure. |