Spread for ASP.NET 10 Product Documentation
OnDeserialization Method


On deserialization binary data.
Syntax
'Declaration
 
Public Overridable Sub OnDeserialization( _
   ByVal sender As Object _
) 
'Usage
 
Dim instance As PlotArea
Dim sender As Object
 
instance.OnDeserialization(sender)
public virtual void OnDeserialization( 
   object sender
)

Parameters

sender
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

PlotArea Class
PlotArea Members

 

 


Copyright © GrapeCity, inc. All rights reserved.