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

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