Environment.AutoRefresh Property

When true the Invalidate() and the CompileUserInterfaceElements() are automatically called after changing the properties that are defined as dependency properties.
Public Property AutoRefresh() As Boolean
This language is not supported or no code example is available.
public bool AutoRefresh {get; set;}
This language is not supported or no code example is available.

Property Value

bool
Remarks
 
Set it to true if you want a real-time refresh in the WPF data binding process.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition