BExplorer.Shell.ShellItemEventArgs.ShellItemEventArgs C# (CSharp) Метод

ShellItemEventArgs() публичный Метод

Initializes a new instance of the ShellItemEventArgs class.
public ShellItemEventArgs ( ShellItem item ) : System
item ShellItem /// The ShellItem that has changed. ///
Результат System
		public ShellItemEventArgs(ShellItem item) { Item = item; }
	}
ShellItemEventArgs