This event occurs once a page (and all of its sub-frames) has completely finished loading.
Namespace: Awesomium.Windows.ControlsAssembly: Awesomium.Windows.Controls (in Awesomium.Windows.Controls.dll) Version: 1.6.6.0 (1.6.6.0)
Syntax
| C# |
|---|
public event EventHandler LoadCompleted |
| Visual Basic |
|---|
Public Event LoadCompleted As EventHandler |
| Visual C++ |
|---|
public: virtual event EventHandler^ LoadCompleted { void add (EventHandler^ value); void remove (EventHandler^ value); } |