C# Class WebKit.IDOMEventListenerForkeydown

Inheritance: IDOMEventListener
Show file Open project: Erls-Corporation/open-webkit-sharp Class Usage Examples

Public Methods

Method Description
IDOMEventListenerForkeydown ( WebKit.DOMNode nd ) : System
callWebScriptMethod ( string name, object &args, int cArgs ) : object
evaluateWebScript ( string script ) : object
handleEvent ( IDOMEvent evt ) : void
removeWebScriptKey ( string name ) : void
setException ( string description ) : void
setWebScriptValueAtIndex ( uint index, object val ) : void
stringRepresentation ( ) : string
throwException ( string exceptionMessage ) : int
webScriptValueAtIndex ( uint index ) : object

Method Details

IDOMEventListenerForkeydown() public method

public IDOMEventListenerForkeydown ( WebKit.DOMNode nd ) : System
nd WebKit.DOMNode
return System

callWebScriptMethod() public method

public callWebScriptMethod ( string name, object &args, int cArgs ) : object
name string
args object
cArgs int
return object

evaluateWebScript() public method

public evaluateWebScript ( string script ) : object
script string
return object

handleEvent() public method

public handleEvent ( IDOMEvent evt ) : void
evt IDOMEvent
return void

removeWebScriptKey() public method

public removeWebScriptKey ( string name ) : void
name string
return void

setException() public method

public setException ( string description ) : void
description string
return void

setWebScriptValueAtIndex() public method

public setWebScriptValueAtIndex ( uint index, object val ) : void
index uint
val object
return void

stringRepresentation() public method

public stringRepresentation ( ) : string
return string

throwException() public method

public throwException ( string exceptionMessage ) : int
exceptionMessage string
return int

webScriptValueAtIndex() public method

public webScriptValueAtIndex ( uint index ) : object
index uint
return object