Skip to content
This repository has been archived by the owner on May 6, 2019. It is now read-only.

Commit

Permalink
Added InvokeRequired property to IWebKitBrowserHost interface
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nelson <peter@peterdn.com>
  • Loading branch information
peterdn committed Oct 18, 2010
1 parent a6ed97e commit 993204a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WebKitCore/IWebKitBrowserHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public interface IWebKitBrowserHost
event EventHandler Load;
event EventHandler Resize;
event EventHandler GotFocus;
bool InvokeRequired { get; }
object Invoke(Delegate @delegate);
bool InDesignMode { get; }
}
Expand Down

0 comments on commit 993204a

Please sign in to comment.