React Common Types - events
Cancelable
A type used in events. Specifies whether the event is cancelable.
ChangedOptionInfo
Specifies arguments of optionChanged
event.
EventInfo
A type that contains fields common for all events (component
, element
, model
).
Do not use NativeEventInfo if you specify this type.
InitializedEventInfo
Specifies arguments of initialized
event.
ItemInfo
Specifies item information used in events related to a component's items.
NativeEventInfo
A type that contains fields common for all events (component
, element
, model
) and the event
field.
Do not use EventInfo if you specify this type.
If you have technical questions, please create a support ticket in the DevExpress Support Center.