# CanStartManipulation(IPointerEvent)

> Checks whether PointerEvent satisfies all of the ManipulatorActivationFilter requirements.

## Definition

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

```csharp
protected bool CanStartManipulation(IPointerEvent e)
```

### Parameters

**** (\[IPointerEvent]\(/engine/6000.3/script-reference/unityengine/uielements/ipointerevent)): The PointerEvent to validate.

### Returns

| Type                                                          | Description                                                    |
| ------------------------------------------------------------- | -------------------------------------------------------------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | True if the event satisfies the requirements. False otherwise. |
