Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
protected override void LoadViewState(
	Object savedState
)
Visual Basic (Declaration)
Protected Overrides Sub LoadViewState ( _
	savedState As Object _
)
Visual C++
protected:
virtual void LoadViewState(
	Object^ savedState
) override

Parameters

savedState
Type: System..::.Object

See Also