ConsoleAPICalledEventArgsArgs Property  | 
Version 93.1.111 
            Call arguments.
            
 
    Namespace: 
   CefSharp.DevTools.Runtime
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic IList<RemoteObject> Args { get; }public:
property IList<RemoteObject^>^ Args {
	IList<RemoteObject^>^ get ();
}Property Value
Type: 
IListRemoteObject
See Also