JAMS Developer Guide
AddParsedSubObject Method (History)


MVPSI.JAMSWeb.Controls Namespace > History Class : AddParsedSubObject Method
An System.Object that represents the parsed element.
Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's System.Web.UI.ControlCollection object.
Syntax
'Declaration
 
Protected Overrides Sub AddParsedSubObject( _
   ByVal obj As System.Object _
) 
'Usage
 
Dim instance As History
Dim obj As System.Object
 
instance.AddParsedSubObject(obj)
protected override void AddParsedSubObject( 
   System.object obj
)

Parameters

obj
An System.Object that represents the parsed element.
Requirements

Target Platforms: 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

Reference

History Class
History Members