# Get Event Info

> `UiPath.Core.Activities.GetEventInfo`

`UiPath.Core.Activities.GetEventInfo`

Enables you to extract different types of information related to a trigger. Can only be used inside a Monitor Events activity.
For example, if you monitor system-wide mouse actions, you can extract the UI elements the user interacts with.

## Properties

### **Misc**

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.
* **Result** - The output information from the trigger. The variable type supported by this field is given by the argument selected from
  the TypeArgument drop-down list.

### **Common**

* **DisplayName** - The display name of the activity.

## Example of using the Get Event Info activity

You can see how the **GetEventInfo** activity is used in an example that incorporates multiple activities.

You can check and download the example from [here](https://docs.uipath.com/activities/other/latest/ui-automation/trigger-and-monitor-events).
