ComponentOne Data Source for Entity Framework
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 System.Boolean
    public System.bool IsErrorHandled {get;}
    See Also