remove Method
Removes the event associated with a name.
remove(name: string): void
| Parameter | Type | Description | 
|---|---|---|
| name | string | The name of the event. | 
Returns - void
Defined in
- core/bentley/src/BeEvent.ts Line 170
 
Last Updated: 29 September, 2023
Removes the event associated with a name.
remove(name: string): void
| Parameter | Type | Description | 
|---|---|---|
| name | string | The name of the event. | 
Returns - void
Last Updated: 29 September, 2023