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