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.EventsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic IWindow View { get; }
Public ReadOnly Property View As IWindow
Get
public:
property IWindow^ View {
IWindow^ get ();
}
member View : IWindow with get
Property Value
Type:
IWindow
The window instance.
See Also