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.
Implements the ParametersInReady event handler.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub ParametersInReady ( _
sender As Object, _
parametersInReadyEventArgs As ParametersInReadyEventArgs _
)
'Usage
Dim instance As DataViewWebPart
Dim sender As Object
Dim parametersInReadyEventArgs As ParametersInReadyEventArgs
instance.ParametersInReady(sender, parametersInReadyEventArgs)
public void ParametersInReady(
Object sender,
ParametersInReadyEventArgs parametersInReadyEventArgs
)
Parameters
sender
Type: System.ObjectObject sending the event.
parametersInReadyEventArgs
Type: Microsoft.SharePoint.WebPartPages.Communication.ParametersInReadyEventArgsInstance of ParametersInReadyEventArgs, which contains an array of parameter values.
Implements
IParametersInConsumer.ParametersInReady(Object, ParametersInReadyEventArgs)
Exceptions
| Exception | Condition |
|---|---|
| [System.Exception] | Unexpected arguments were found in the parameters list. |
Remarks
The ParametersInReady method implements the ParametersInReady event handler. This event is sent by the provider when the provider is ready to pass a group of parameters or when a parameter changes on a provider.