preventDefault
Description​
If called, the original mouse action is prevented and the event is flagged as handled.
- JavaScript
- C#
- Kotlin
preventDefault(): void
void PreventDefault()
fun preventDefault(): Unit
If called, the original mouse action is prevented and the event is flagged as handled.
preventDefault(): void
void PreventDefault()
fun preventDefault(): Unit