Version

InitializeNavigatorItemDescription Event

Fires once for each list item that appears in the Navigator user interface, once that item has been selected. This event does not fire if the ShowDescriptionArea property is false.
Syntax
'Declaration
 
Public Event InitializeNavigatorItemDescription As InitializeNavigatorItemDescriptionHandler
public event InitializeNavigatorItemDescriptionHandler InitializeNavigatorItemDescription
Event Data

The event handler receives an argument of type InitializeNavigatorItemDescriptionEventArgs containing data related to this event. The following InitializeNavigatorItemDescriptionEventArgs properties provide information specific to this event.

PropertyDescription
BodyText Gets/sets the body of the item's description, as seen in the Description Area of the Navigator user interface.
BodyText2 Gets or sets the second line of the body of the item's description, as seen in the Description Area of the Navigator dialog.
HeaderText Gets/sets the caption of the item's description, as seen in the Description Area of the Navigator user interface.
IsMdiChild Returns true if the item represents an MDI child window.
MdiChild Returns the MDI child window represented by the selectd item, or null. This property returns null when the IsMdiChild property returns false.
Pane Returns the pane represented by the selected item, or null. This property returns null when the IsMdiChild property returns true.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also