Skip to content
Action2<T1, T2>

[Basic Type](../groups/Basic Type.Basic Type.md) / Action2

Action2<T1, T2> Class

Proxy with two parameters

Type parameters

Name
T1
T2

Hierarchy

Table of contents

Accessors

click

Accessors

count(): number other
The number of monitoring methods

Methods

click

Methods

add(fn: Function, thisArg?: any): number other
Add a listening method
call(...params: any): void other
implement
clear(): void other
Clear all listening
includes(fn: Function, thisArg: any): boolean other
Determine whether a certain listening method is included
remove(fn: number Function, thisArg?: any): void other
Remove a listening method

Accessors

Methods