Version

OnRaisePostDataChangedEvent Method

Notification furnished to subclasses when the RaisePostDataChangedEvent method is called. Virtual method called on
Syntax
'Declaration
 
Public Overridable Sub OnRaisePostDataChangedEvent( _
   ByVal eventList As ArrayList _
) 
public virtual void OnRaisePostDataChangedEvent( 
   ArrayList eventList
)

Parameters

eventList
An ArrayList of objects, usually Pair or Triplet, that is used to track which objects need to have events fired in phase 2 of LoadPostData.
Remarks

Inheritors may override this method to process the list of event Pairs or Triplets that require the firing of server-side events for their application.

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