    

 ## On this page

  

 

 # Class EventArgs&lt;T\\&gt;

 Last update: 16.07.2025 

Namespace: [VM](VM.md)  
Assembly: VM.dll

```csharp
public class EventArgs<T> : EventArgs

```

#### Type Parameters

`T`

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [EventArgs](https://learn.microsoft.com/dotnet/api/system.eventargs) ← [EventArgs&lt;T&gt;](VM.EventArgs-1.md)

## Constructors

### EventArgs(T)

```csharp
public EventArgs(T data)

```

#### Parameters

`data` T

## Properties

### Data

```csharp
public T Data { get; }

```

#### Property Value

T