PopulateItem Event

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Occurs when an item is selected and before that item is added to the currently selected hierarchy. This gives the user a chance to update or populate the children of the currently selected item.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public event EventHandler PopulateItem
Visual Basic (Declaration)
Public Event PopulateItem As EventHandler
Visual C++
public:
 event EventHandler^ PopulateItem {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

See Also