Click or drag to resize

ProjectedFileSystemProviderOnCancelCommand Method

Called when a command is canceled.

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

Parameters

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