Skip to content

Commit 19c37ea

Browse files
committed
Add IsDisposed properties to IRunContextMenuCallback
1 parent 7d75415 commit 19c37ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CefSharp/IRunContextMenuCallback.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,10 @@ public interface IRunContextMenuCallback : IDisposable
1919
/// Cancel context menu display.
2020
/// </summary>
2121
void Cancel();
22+
23+
/// <summary>
24+
/// Gets a value indicating whether the callback has been disposed of.
25+
/// </summary>
26+
bool IsDisposed { get; }
2227
}
2328
}

0 commit comments

Comments
 (0)