Skip to content
Action3<T1, T2, T3>

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

Action3<T1, T2, T3> Class

Proxy with three parameters

Type parameters

Name
T1
T2
T3

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