DataSource for Entity Framework in WPF
C1.Data Namespace / SavedChangesEventArgs Class / IsErrorHandled Property

In This Topic
    IsErrorHandled Property (SavedChangesEventArgs)
    In This Topic
    Gets a value indicating whether the error has been marked as handled by calling MarkErrorAsHandled.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsErrorHandled As Boolean
    public bool IsErrorHandled {get;}
    See Also