C# Class BExplorer.Shell.ShellItemEventArgs

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

Méthodes publiques

Méthode Description
ShellItemEventArgs ( ShellItem item ) : System

Initializes a new instance of the ShellItemEventArgs class.

Method Details

ShellItemEventArgs() public méthode

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