InputEventIsComposing Property
true if the input event occurs as part of a composition session, i.e., after a compositionstart event and before the corresponding compositionend event. The un-initialized value of this attribute MUST be false.

Namespace: Aspose.Html.Dom.Events
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public bool IsComposing { get; }

Property Value

Type: Boolean
true if this instance is composing; otherwise, false.
See Also