C# Class BExplorer.Shell.ShellItemEventArgs

Provides information of changes in the Windows Shell Namespace.
Inheritance: System.EventArgs
Show file Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

Method Description
ShellItemEventArgs ( ShellItem item ) : System

Initializes a new instance of the ShellItemEventArgs class.

Method Details

ShellItemEventArgs() public method

Initializes a new instance of the ShellItemEventArgs class.
public ShellItemEventArgs ( ShellItem item ) : System
item ShellItem /// The ShellItem that has changed. ///
return System