C# Class BExplorer.Shell.ShellItemChangeEventArgs

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
ShellItemChangeEventArgs ( ShellItem oldItem, ShellItem newItem ) : System

Initializes a new instance of the ShellItemChangeEventArgs class.

Method Details

ShellItemChangeEventArgs() public method

Initializes a new instance of the ShellItemChangeEventArgs class.
public ShellItemChangeEventArgs ( ShellItem oldItem, ShellItem newItem ) : System
oldItem ShellItem /// The ShellItem before the change ///
newItem ShellItem /// The ShellItem after the change ///
return System