ImageGear21.Core Assembly > ImageGear.Display Namespace > ImGearPageDisplay Class : HandleUpdate Method |
'Declaration Public Sub HandleUpdate( _ ByVal pageView As IImGearScrollableView _ )
'Usage Dim instance As ImGearPageDisplay Dim pageView As IImGearScrollableView instance.HandleUpdate(pageView)
public void HandleUpdate( IImGearScrollableView pageView )
public: void HandleUpdate( IImGearScrollableView* pageView )
public: void HandleUpdate( IImGearScrollableView^ pageView )
This method synchronizes the internal data structures. Any custom page viewer, which implements IImGearScrollableView interface, should call this handler from Update() method to allow the page display to update some internal parameters synchronously.