InputEvent.Data
InputEvent.Data property
The data holds the value of the characters generated by an input method. This MAY be a single Unicode character or a non-empty sequence of Unicode characters [Unicode]. Characters SHOULD be normalized as defined by the Unicode normalization form NFC, defined in [UAX15]. This attribute MAY contain the empty String.
public String Data { get; }
Property Value
The event data.
See Also
- class InputEvent
- package com.aspose.html.Dom.Events
- package Aspose.HTML