ClientContext.ObjectSelectedMethod Property

Full ObjectSelectedMethod method name in "Script.Class" with Client domain. Ex: Script.Class.ClientMain.MyObjectSelectedMethod. Prototype: public void ObjectSelectedMethod(string[] tagList).
<ID("ObjectSelectedMethod", (int)e.ObjectSelectedMethod)> _ 
<EditorBrowsable(EditorBrowsableState.Advanced)> _ 
Public Property ObjectSelectedMethod() As String
This language is not supported or no code example is available.
[ID("ObjectSelectedMethod", (int)e.ObjectSelectedMethod)] 
[EditorBrowsable(EditorBrowsableState.Advanced)] 
public string ObjectSelectedMethod {get; set;}
This language is not supported or no code example is available.

Property Value

string

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition