Click or drag to resize

LocalFileSystemWatcherOnBufferTooSmall Method

Called when the BufferTooSmall event is raised.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void OnBufferTooSmall(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
The sender.
e
Type: SystemEventArgs
The EventArgs instance containing the event data.
See Also