Click or drag to resize

Win32FindDataEventArgs Constructor

Initializes a new instance of the Win32FindDataEventArgs class.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Win32FindDataEventArgs(
	Win32FindData entry
)

Parameters

entry
Type: callback.ShellBoost.Core.UtilitiesWin32FindData
The entry.
Exceptions
ExceptionCondition
ArgumentNullExceptionentry is null
See Also