Click or drag to resize

ProjectedFileSystemOnNotification Method

Called when a notification occurs.

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void OnNotification(
	Object sender,
	ProjectedNotificationEventArgs e
)

Parameters

sender
Type: SystemObject
The sender.
e
Type: ShellBoost.Core.ProjFSProjectedNotificationEventArgs
The ProjectedNotificationEventArgs instance containing the event data.
See Also