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
- namespace Aspose.Html.Dom.Events
- assembly Aspose.HTML