# DropdownMenuEventInfo

> Provides information about the event that caused the dropdown menu to display.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine.UIElements](/engine/6000.5/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public class DropdownMenuEventInfo
```

## Constructors

| Constructor                                                                                                                                     | Description                                      |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| [DropdownMenuEventInfo(UnityEngine.UIElements.EventBase)](/engine/6000.5/script-reference/unityengine/uielements/dropdownmenueventinfo/ctor.md) | Initialized menu event info with event provided. |

## Properties

| Property                                                                                                                 | Description                                                                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [localMousePosition](/engine/6000.5/script-reference/unityengine/uielements/dropdownmenueventinfo/localmouseposition.md) | The position of the mouse if the event that triggered the dropdown menu to display was a mouse event.                                                               |
| [modifiers](/engine/6000.5/script-reference/unityengine/uielements/dropdownmenueventinfo/modifiers.md)                   | The modifier keys that were pressed if those keys triggered the dropdown menu to display of the dropdown menu. For example, Alt, Ctrl, Shift, Windows, and Command. |
| [mousePosition](/engine/6000.5/script-reference/unityengine/uielements/dropdownmenueventinfo/mouseposition.md)           | The mouse position expressed in the global coordinate system if the event that triggered the dropdown menu to display was a mouse event.                            |
