UIEventView Property
The view attribute identifies the Window from which the event was generated. The un-initialized value of this attribute MUST be null.

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

Property Value

Type: IWindow
The window instance.
See Also