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