Page Summary
-
cast.framework.ActiveInputStateEventDatais a class that provides data for receiver active input state changed events. -
The constructor
new ActiveInputStateEventData(activeInputState)is used to create an instance of this class, requiring anactiveInputStateparameter. -
The
activeInputStateproperty holds the receiver input state, which is of typecast.framework.ActiveInputStateand cannot be null.
cast.
framework
.
ActiveInputStateEventData
Receiver active input state changed event data.
Constructor
ActiveInputStateEventData
new ActiveInputStateEventData(activeInputState)
Parameter
activeInputState
Property
activeInputState
non-null cast.framework.ActiveInputState
Receiver input state.

