# SelectedGridItemBeginEditEventArgs

Namespace: **Wisej.Web**

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

Provides data for the [SelectedGridItemBeginEdit](https://docs.wisej.com/api/wisej.web/lists-and-grids/propertygrid/..#selectedgriditembeginedit) event of a [PropertyGrid](https://docs.wisej.com/api/wisej.web/lists-and-grids/propertygrid) control.

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

```csharp
public class SelectedGridItemBeginEditEventArgs : CancelEventArgs
```

{% endtab %}

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

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

{% endtab %}
{% endtabs %}

## 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) Editor

[Control](https://docs.wisej.com/api/wisej.web/general/control): The editor control that is being used to edit the current cell..

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

[GridItem](https://docs.wisej.com/api/wisej.web/lists-and-grids/propertygrid/wisej.web.griditem): Returns the [GridItem](https://docs.wisej.com/api/wisej.web/lists-and-grids/propertygrid/wisej.web.griditem) that is entering edit mode.

## Used By

| Name                                                                                                                                                       | Description                                                                                |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| [SelectedGridItemBeginEditEventHandler](https://docs.wisej.com/api/wisej.web/lists-and-grids/propertygrid/wisej.web.selectedgriditembeginediteventhandler) | The event handler class that is invoked when a property in the grid is entering edit mode. |
