Processes the postback data for the BaseViewer control.
Namespace:
Aurigma.GraphicsMill.AjaxControls
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
Protected Overridable Function LoadPostData ( _ postDataKey As String, _ postCollection As NameValueCollection _ ) As Boolean
protected virtual bool LoadPostData( string postDataKey, NameValueCollection postCollection )
Type: System.String
The index within the posted collection that references the content to load.The LoadPostData(String, NameValueCollection) method is used primarily by control developers.
The LoadPostData(String, NameValueCollection) method checks if the postback data of the BaseViewer control is different from its previous value, and if so, loads the content and returns true.