Version

OnLoadPostControlState Method (SmartWebControl)

Notification furnished to subclasses when control state is processed from loaded post back data.
Syntax
'Declaration
 
Protected Overridable Sub OnLoadPostControlState( _
   ByVal xmlNode As XmlNode, _
   ByVal targetObject As Object, _
   ByVal eventList As ArrayList _
) 
protected virtual void OnLoadPostControlState( 
   XmlNode xmlNode,
   object targetObject,
   ArrayList eventList
)

Parameters

xmlNode
The XmlNode containing attribute/value pairs to be applied to server-side objects.
targetObject
A reference to the SmartWebControl or other target of the control state data being applied.
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.
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