ActiveReports 12
OnDeserialization Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.DataProcessing Namespace > InteractiveSortState Class : OnDeserialization Method
The source of the deserialization event.
Implements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete.
Syntax
'Declaration
 
Public Overridable Sub OnDeserialization( _
   ByVal sender As Object _
) 
public virtual void OnDeserialization( 
   object sender
)

Parameters

sender
The source of the deserialization event.
Exceptions
ExceptionDescription
The System.Runtime.Serialization.SerializationInfo object associated with the current Dictionary instance is invalid.
See Also

Reference

InteractiveSortState Class
InteractiveSortState Members