JSObject.OnExecuteMethod Event

Fired when a method is executed on the remote object.

C#

public event EventHandler<JSExecuteMethodEventArgs> OnExecuteMethod;

Group

JSObject Events