Click or drag to resize

ShellFilePreviewAutomaticRefresh Property

Gets or sets a value indicating whether the ShellFilePreview will be reloaded automatically when the file changes or is deleted. This is a dependency property.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public bool AutomaticRefresh { get; set; }

Property Value

Type: Boolean
True if content actualization happens automatically, false if not.
Remarks
If the file that is displayed is deleted, the component will be cleared if this property is true. If false the preview will keep being displayed.
See Also