We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d75415 commit 19c37eaCopy full SHA for 19c37ea
CefSharp/IRunContextMenuCallback.cs
@@ -19,5 +19,10 @@ public interface IRunContextMenuCallback : IDisposable
19
/// Cancel context menu display.
20
/// </summary>
21
void Cancel();
22
+
23
+ /// <summary>
24
+ /// Gets a value indicating whether the callback has been disposed of.
25
+ /// </summary>
26
+ bool IsDisposed { get; }
27
}
28
0 commit comments