ShellChangeNotifierEventFilter Property |
Allows to define which shell change events should be reported.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.3
Syntaxpublic NotificationEvents EventFilter { get; set; }Public Property EventFilter As NotificationEvents
Get
Set
public:
property NotificationEvents EventFilter {
NotificationEvents get ();
void set (NotificationEvents value);
}member EventFilter : NotificationEvents with get, set
Property Value
NotificationEvents
See Also