ShellChangeNotifierRecursive Property |
Set to true, if change notifications for subfolders are desired as well.
This is a dependency property.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public bool Recursive { get; set; }
Public Property Recursive As Boolean
Get
Set
public:
property bool Recursive {
bool get ();
void set (bool value);
}
member Recursive : bool with get, set
Property Value
Type:
BooleanSee Also