Table of Contents

Interface IWindowEvent

Namespace
Pie.Windowing.Events
Assembly
Pie.Windowing.dll

The base interface for a window event.

public interface IWindowEvent

Properties

EventType

The WindowEventType of this event.

WindowEventType EventType { get; }

Property Value

WindowEventType
The base interface for a window event.