Provides information of changes in the Windows Shell Namespace.
Inheritance: System.EventArgs
Ejemplo n.º 1
0
        void m_ShellListener_ItemUpdated(object sender, ShellItemEventArgs e)
        {
            TreeNode parent = FindItem(e.Item.Parent, m_TreeView.Nodes[0]);

            if (parent != null)
            {
                RefreshItem(parent);
            }
        }
Ejemplo n.º 2
0
		void m_ShellListener_ItemUpdated(object sender, ShellItemEventArgs e) => CreateItems();
Ejemplo n.º 3
0
 void m_ShellListener_ItemUpdated(object sender, ShellItemEventArgs e) => CreateItems();