From d1a598c93c9099f933368d243e272426e0bc02b9 Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Tue, 27 Apr 2021 15:50:09 -0400 Subject: [PATCH] docs: add doc comment for context menu event --- XivCommon/Functions/ContextMenu.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/XivCommon/Functions/ContextMenu.cs b/XivCommon/Functions/ContextMenu.cs index d220ffb..dae6eb8 100755 --- a/XivCommon/Functions/ContextMenu.cs +++ b/XivCommon/Functions/ContextMenu.cs @@ -50,6 +50,14 @@ namespace XivCommon.Functions { /// public delegate void ContextMenuEventDelegate(ContextMenuArgs args); + /// + /// + /// The event that is fired when a context menu is being prepared for opening. + /// + /// + /// Requires the hook to be enabled. + /// + /// public event ContextMenuEventDelegate? OpenContextMenu; ///