FrameNavigationEventArgsFrame Property |
Gets the
IFrame instance associated with the event.
Namespace:
DotNetBrowser.Navigation.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax public IFrame Frame { get; }
Property Value
Type:
IFrameThe
IFrame instance associated with the event.
See Also