Event contextClicked
Callback triggered when the user right-clicks on an item.
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public event Action<PointerDownEvent> contextClicked
Returns
Type | Description |
---|---|
Action<PointerDownEvent> |
Remarks
This callback receives an enumerable that contains the item or items selected.