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)
Available in Sandboxed Solutions: No
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.