> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.reactor/ks.reactor.ksievent.md).

# Interface ksIEvent

Namespace: [KS.Reactor](/reactor/api-reference/ks.reactor.md)\
Assembly: KSCommon.dll

Interface for events used with [ksEventMap%602](/reactor/api-reference/ks.reactor.md#KS_Reactor_ksEventMap_602).

```csharp
public interface ksIEvent
```

## Properties

### Count <a href="#ks_reactor_ksievent_count" id="ks_reactor_ksievent_count"></a>

The number of registered event handlers.

```csharp
int Count { get; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)
