Exemple #1
0
 internal void x8ba6fce4f4601549(ShowControlContextMenuEventArgs xfbf34718e704c6bc)
 {
     if (this.Manager == null)
     {
         return;
     }
     this.Manager.OnShowControlContextMenu(xfbf34718e704c6bc);
 }
Exemple #2
0
 internal void ShowControlContextMenu(ShowControlContextMenuEventArgs e) => Manager?.OnShowControlContextMenu(e);
Exemple #3
0
 protected internal virtual void OnShowControlContextMenu(ShowControlContextMenuEventArgs e)
 {
     ShowControlContextMenu?.Invoke(this, e);
 }