Click or drag to resize

Win32FindDataEventArgs Class

Provides data for the Win32FindData enumeration functions.
Inheritance Hierarchy

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class Win32FindDataEventArgs : CancelEventArgs

The Win32FindDataEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodWin32FindDataEventArgs
Initializes a new instance of the Win32FindDataEventArgs class.
Top
Properties
  NameDescription
Public propertyEntry
Gets the entry being enumerated.
Top
See Also