Updates the content.
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 abstract void UpdateContent(
ViewModel prevViewModel,
bool useAnimation
) |
Visual Basic (Declaration) |
---|
Protected Friend MustOverride Sub UpdateContent ( _
prevViewModel As ViewModel, _
useAnimation As Boolean _
) |
Visual C++ |
---|
protected public:
virtual void UpdateContent(
ViewModel^ prevViewModel,
bool useAnimation
) abstract |
See Also