C# Класс WebKit.IDOMEventListenerForkeydown

Наследование: IDOMEventListener
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

IDOMEventListenerForkeydown() публичный метод

public IDOMEventListenerForkeydown ( WebKit.DOMNode nd ) : System
nd WebKit.DOMNode
Результат System

callWebScriptMethod() публичный метод

public callWebScriptMethod ( string name, object &args, int cArgs ) : object
name string
args object
cArgs int
Результат object

evaluateWebScript() публичный метод

public evaluateWebScript ( string script ) : object
script string
Результат object

handleEvent() публичный метод

public handleEvent ( IDOMEvent evt ) : void
evt IDOMEvent
Результат void

removeWebScriptKey() публичный метод

public removeWebScriptKey ( string name ) : void
name string
Результат void

setException() публичный метод

public setException ( string description ) : void
description string
Результат void

setWebScriptValueAtIndex() публичный метод

public setWebScriptValueAtIndex ( uint index, object val ) : void
index uint
val object
Результат void

stringRepresentation() публичный метод

public stringRepresentation ( ) : string
Результат string

throwException() публичный метод

public throwException ( string exceptionMessage ) : int
exceptionMessage string
Результат int

webScriptValueAtIndex() публичный метод

public webScriptValueAtIndex ( uint index ) : object
index uint
Результат object