Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.Client
    Assembly:
   PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
protected internal override void UpdateContent(
	ViewModel prevViewModel,
	bool useAnimation
)  | 
| Visual Basic (Declaration) | 
|---|
Protected Friend Overrides Sub UpdateContent ( _
	prevViewModel As ViewModel, _
	useAnimation As Boolean _
)  | 
| Visual C++ | 
|---|
protected public:
virtual void UpdateContent(
	ViewModel^ prevViewModel, 
	bool useAnimation
) override  | 
See Also