Click or drag to resize

FrameNavigationEventArgsFrame Property

Gets the IFrame instance associated with the event.

Namespace:  DotNetBrowser.Navigation.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public IFrame Frame { get; }

Property Value

Type: IFrame
The IFrame instance associated with the event.
See Also