internal void OnShellItemUpdate(object sender, ShellItemUpdateEventArgs e) { if (ShellItemUpdate != null) { ShellItemUpdate(sender, e); } }