OnLoad Method
See Also 
SourceCode.Workflow.Design.SharePoint.Publishing Namespace > PublishingPageWebPartZone Class : OnLoad Method



content
The SourceCode.Framework.ISerializationInfo from which the data is read.

Glossary Item Box

Generates an object from a SourceCode.Framework.ISerializationInfo with the data provided.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub OnLoad( _
   ByVal content As ISerializationInfo _
) 
Visual Basic (Usage)Copy Code
Dim instance As PublishingPageWebPartZone
Dim content As ISerializationInfo
 
instance.OnLoad(content)
C# 
protected override void OnLoad( 
   ISerializationInfo content
)
C++/CLI 
protected:
void OnLoad( 
   ISerializationInfo^ content
) override 

Parameters

content
The SourceCode.Framework.ISerializationInfo from which the data is read.

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