Skybound.Gecko.GeckoWebBrowser.OnLoad C# (CSharp) Méthode

OnLoad() protected méthode

Raises the LoadEvent event.
protected OnLoad ( GeckoDomEventArgs e ) : void
e GeckoDomEventArgs The data for the event.
Résultat void
        protected virtual void OnLoad(GeckoDomEventArgs e)
        {
            if (((GeckoDomEventHandler)this.Events[LoadEvent]) != null)
                ((GeckoDomEventHandler)this.Events[LoadEvent])(this, e);
        }