FrameCreated is raised when a new iframe is created.
Syntax
Private Sub object_FrameCreated(FrameName As String)
The FrameCreated event syntax has these parts:
Element | Description |
Object | The object placeholder represents an OrdoWebView2 control |
FrameName | String. the created frame name |