# CanStopManipulation(IMouseEvent)

> Checks whether the MouseEvent is related to this Manipulator.

## Definition

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

```csharp
protected bool CanStopManipulation(IMouseEvent e)
```

### Parameters

**** (\[IMouseEvent]\(/engine/6000.0/script-reference/unityengine/uielements/imouseevent)): MouseEvent to validate.

### Returns

| Type                                                          | Description                                                            |
| ------------------------------------------------------------- | ---------------------------------------------------------------------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | True if MouseEvent uses the current activator button. False otherwise. |
