WasmEvents
Overview
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly
- Platforms: WebAssembly
constructor protected
constructor
WasmEvents()
init()
WasmEvents()
Sub New()
ClearEvent
class method ClearEvent(element: HTMLElement; EventName: String)
static void ClearEvent(HTMLElement element, String EventName)
static func ClearEvent(_ element: HTMLElement, _ EventName: String)
static void ClearEvent(HTMLElement element, String EventName)
Shared Sub ClearEvent(element As HTMLElement, EventName As String)
Parameters:
- element:
- EventName:
document
class var document: Document;
static Document document
static var document: Document
static Document document
Shared FIELD document() As Document
Equals virtual (declared in Object)
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetEventDelegate (HTMLElement, String): EventDelegate
class method GetEventDelegate(element: HTMLElement; EventName: String): EventDelegate
static EventDelegate GetEventDelegate(HTMLElement element, String EventName)
static func GetEventDelegate(_ element: HTMLElement, _ EventName: String) -> EventDelegate
static EventDelegate GetEventDelegate(HTMLElement element, String EventName)
Shared Function GetEventDelegate(element As HTMLElement, EventName As String) As EventDelegate
Parameters:
- element:
- EventName:
GetEventDelegate (String): EventDelegate
class method GetEventDelegate(Id: String): EventDelegate
static EventDelegate GetEventDelegate(String Id)
static func GetEventDelegate(_ Id: String) -> EventDelegate
static EventDelegate GetEventDelegate(String Id)
Shared Function GetEventDelegate(Id As String) As EventDelegate
Parameters:
- Id:
GetEventSource
class method GetEventSource(Id: String): HTMLElement
static HTMLElement GetEventSource(String Id)
static func GetEventSource(_ Id: String) -> HTMLElement
static HTMLElement GetEventSource(String Id)
Shared Function GetEventSource(Id As String) As HTMLElement
Parameters:
- Id:
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
SetEvent
class method SetEvent(element: HTMLElement; EventName: String; del: EventDelegate)
static void SetEvent(HTMLElement element, String EventName, EventDelegate del)
static func SetEvent(_ element: HTMLElement, _ EventName: String, _ del: EventDelegate)
static void SetEvent(HTMLElement element, String EventName, EventDelegate del)
Shared Sub SetEvent(element As HTMLElement, EventName As String, del As EventDelegate)
Parameters:
- element:
- EventName:
- del:
ToString virtual (declared in Object)
Gets the string representation of this method.
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String
window
document
class var document: Document;
static Document document
static var document: Document
static Document document
Shared FIELD document() As Document
window
ClearEvent
class method ClearEvent(element: HTMLElement; EventName: String)
static void ClearEvent(HTMLElement element, String EventName)
static func ClearEvent(_ element: HTMLElement, _ EventName: String)
static void ClearEvent(HTMLElement element, String EventName)
Shared Sub ClearEvent(element As HTMLElement, EventName As String)
Parameters:
- element:
- EventName:
GetEventDelegate (HTMLElement, String): EventDelegate
class method GetEventDelegate(element: HTMLElement; EventName: String): EventDelegate
static EventDelegate GetEventDelegate(HTMLElement element, String EventName)
static func GetEventDelegate(_ element: HTMLElement, _ EventName: String) -> EventDelegate
static EventDelegate GetEventDelegate(HTMLElement element, String EventName)
Shared Function GetEventDelegate(element As HTMLElement, EventName As String) As EventDelegate
Parameters:
- element:
- EventName:
GetEventDelegate (String): EventDelegate
class method GetEventDelegate(Id: String): EventDelegate
static EventDelegate GetEventDelegate(String Id)
static func GetEventDelegate(_ Id: String) -> EventDelegate
static EventDelegate GetEventDelegate(String Id)
Shared Function GetEventDelegate(Id As String) As EventDelegate
Parameters:
- Id:
GetEventSource
class method GetEventSource(Id: String): HTMLElement
static HTMLElement GetEventSource(String Id)
static func GetEventSource(_ Id: String) -> HTMLElement
static HTMLElement GetEventSource(String Id)
Shared Function GetEventSource(Id As String) As HTMLElement
Parameters:
- Id:
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
SetEvent
class method SetEvent(element: HTMLElement; EventName: String; del: EventDelegate)
static void SetEvent(HTMLElement element, String EventName, EventDelegate del)
static func SetEvent(_ element: HTMLElement, _ EventName: String, _ del: EventDelegate)
static void SetEvent(HTMLElement element, String EventName, EventDelegate del)
Shared Sub SetEvent(element As HTMLElement, EventName As String, del As EventDelegate)
Parameters:
- element:
- EventName:
- del:
constructor protected
constructor
WasmEvents()
init()
WasmEvents()
Sub New()
Equals virtual (declared in Object)
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
ToString virtual (declared in Object)
Gets the string representation of this method.