toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.event
/
ChangeEvent
Change
Event
data
class
ChangeEvent
(
var
oldValue
:
Any
?
=
null
,
var
newValue
:
Any
?
=
null
)
:
TypedEvent
<
ChangeEvent
>
Members
Members & Extensions
Constructors
Change
Event
Link copied to clipboard
constructor
(
oldValue
:
Any
?
=
null
,
newValue
:
Any
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
:
EventType
<
ChangeEvent
>
Properties
default
Prevented
Link copied to clipboard
var
defaultPrevented
:
Boolean
new
Value
Link copied to clipboard
var
newValue
:
Any
?
old
Value
Link copied to clipboard
var
oldValue
:
Any
?
target
Link copied to clipboard
var
target
:
Any
?
type
Link copied to clipboard
open
override
var
type
:
EventType
<
ChangeEvent
>
Functions
copy
From
Link copied to clipboard
fun
copyFrom
(
other
:
ChangeEvent
)
prevent
Default
Link copied to clipboard
fun
preventDefault
(
reason
:
Any
?
=
null
)
prevent
Default
Link copied to clipboard
fun
Event
.
preventDefault
(
reason
:
Any
?
=
null
)
:
Nothing
stop
Propagation
Link copied to clipboard
fun
stopPropagation
(
reason
:
Any
?
=
null
)