Version

FormatCollectionEvent(NavItem,Int32,Object,Boolean) Method

Called by the NavBot base class to create an EventList item if and event needs to be fired.
Syntax
'Declaration
 
Protected Overloads Overrides Function FormatCollectionEvent( _
   ByVal item As NavItem, _
   ByVal propIndex As Integer, _
   ByVal value As Object, _
   ByVal isAutoPostBack As Boolean _
) As Boolean
protected override bool FormatCollectionEvent( 
   NavItem item,
   int propIndex,
   object value,
   bool isAutoPostBack
)

Parameters

item
The item that changed
propIndex
The property index : determines what event will fire, if any.
value
The new value of the property.
isAutoPostBack
not used.

Return Value

true if no event has been canceled. False otherwise
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