Method GetFlushingError
| Improve this Doc View SourceGetFlushingError(UIElement)
Gets the flushing error for specified view element.
Declaration
public abstract FlushingError GetFlushingError(UIElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.UIElement | element | The view element. |
Returns
| Type | Description |
|---|---|
| FlushingError | The flushing error, or null if there is no error. |