Share via


SPRibbonCommandHandler.DefaultPostbackHandlerCommand property

Gets a value that represents the Microsoft ASP.NET postback event reference using the ClientSideCommandId property of the SPPageStateControl object as the postback argument.

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

Syntax

'Declaration
Public ReadOnly Property DefaultPostbackHandlerCommand As String
    Get
'Usage
Dim instance As SPRibbonCommandHandler
Dim value As String

value = instance.DefaultPostbackHandlerCommand
public string DefaultPostbackHandlerCommand { get; }

Property value

Type: System.String
The postback event reference for this client.

See also

Reference

SPRibbonCommandHandler class

SPRibbonCommandHandler members

Microsoft.SharePoint.WebControls namespace