Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads the state of the selected option or options.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub LoadPrivateViewState ( _
state As Object _
)
'Usage
Dim state As Object
Me.LoadPrivateViewState(state)
protected override void LoadPrivateViewState(
Object state
)
Parameters
state
Type: System.ObjectThe Object object that indicates the state of the selected option or options.
Remarks
This override is called when the selection list has at least one item.