Version

FormatCollectionEvent(NavItem,Int32,Object,Boolean) Method

Formats the collection event.
Syntax
'Declaration
 
Protected Overloads Overridable Function FormatCollectionEvent( _
   ByVal item As NavItem, _
   ByVal propIndex As Integer, _
   ByVal value As Object, _
   ByVal isAutoPostBack As Boolean _
) As Boolean
protected virtual bool FormatCollectionEvent( 
   NavItem item,
   int propIndex,
   object value,
   bool isAutoPostBack
)

Parameters

item
The item.
propIndex
Index of the property.
value
The value.
isAutoPostBack
if set to true is automatic post back.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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