EditCommandHandler.HandlerCommand Property
Gets the string that contains the ECMAScript (JavaScript, JScript) which will be triggered when the Edit ribbon is selected in the Web browser.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property HandlerCommand As String
Get
'Usage
Dim instance As EditCommandHandler
Dim value As String
value = instance.HandlerCommand
public override string HandlerCommand { get; }
Property Value
Type: System.String
A string that contains the ECMAScript (JavaScript, JScript) that will be triggered when the Edit ribbon is selected in the browser.