Share via


XsltListFormWebPart.PreprocessSinglePostBackEvent method

Preprocesses a single postback event for the XsltListFormWebPart.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

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.

See also

Reference

XsltListFormWebPart class

XsltListFormWebPart members

Microsoft.SharePoint.WebPartPages namespace