# SplitterCancelEventArgs

Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.0.0.0)

Provides data for splitter events.

{% tabs %}
{% tab title="C#" %}

```csharp
public class SplitterCancelEventArgs : CancelEventArgs
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class SplitterCancelEventArgs
    Inherits CancelEventArgs
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) SplitterCancelEventArgs(splitX, splitY)

Initializes a new instance of the [SplitterCancelEventArgs](https://docs.wisej.com/api/wisej.web/containers/splitcontainer/wisej.web.splittercanceleventargs) class with the specified coordinates of the mouse pointer and the upper left corner of the [SplitContainer](https://docs.wisej.com/api/wisej.web/containers/splitcontainer).

| Name       | Type                                                        | Description                                                                      |
| ---------- | ----------------------------------------------------------- | -------------------------------------------------------------------------------- |
| **splitX** | [Int32](https://docs.microsoft.com/dotnet/api/system.int32) | The X coordinate of the upper left corner of the splitter in client coordinates. |
| **splitY** | [Int32](https://docs.microsoft.com/dotnet/api/system.int32) | The Y coordinate of the upper left corner of the splitter in client coordinates. |

## Properties

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) SplitX

[Int32](https://docs.microsoft.com/dotnet/api/system.int32): Returns or sets the X coordinate of the upper left corner of the splitter in client coordinates.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) SplitY

[Int32](https://docs.microsoft.com/dotnet/api/system.int32): Returns or sets the Y coordinate of the upper left corner of the splitter in client coordinates.

## Used By

| Name                                                                                                                              | Description                                                                                                                                                                                                                                |
| --------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [SplitterCancelEventHandler](https://docs.wisej.com/api/wisej.web/containers/splitcontainer/wisej.web.splittercanceleventhandler) | Represents the method that will handle the [SplitterMoving](https://docs.wisej.com/api/wisej.web/containers/splitcontainer/..#splittermoving) event of a [SplitContainer](https://docs.wisej.com/api/wisej.web/containers/splitcontainer). |
