CompositionEvent

Overview

The DOM CompositionEvent represents events that occur due to the user indirectly entering text.

Location

Properties


data

 

property data: dynamic read;

 

dynamic data { get; }

 

var data: dynamic { get{} }

 

dynamic data { __get; }

 

ReadOnly Property data() As dynamic