XsltListFormWebPart.PreprocessSinglePostBackEvent Method
Preprocesses a single postback event for the XsltListFormWebPart.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Function PreprocessSinglePostBackEvent ( _
command As String _
) As Boolean
'Usage
Dim command As String
Dim returnValue As Boolean
returnValue = Me.PreprocessSinglePostBackEvent(command)
protected override bool PreprocessSinglePostBackEvent(
string command
)
Parameters
command
Type: System.StringThe postback command.
Return Value
Type: System.Boolean
true if the postback event is preprocessed successfully; otherwise, false.
Remarks
This override is invoked by the RaisePostBackEvent() to preprocess the specified postback event.