EventDescription.EventType Property (Microsoft.DirectX.Direct3D)

Retrieves the event type as defined in EventType.

Definition

Visual Basic Public ReadOnly Property EventType As EventType
C# public EventType EventType { get; }
C++ public:
property EventType EventType {
        EventType get();
}
JScript public function get EventType() : EventType

Property Value

Microsoft.DirectX.Direct3D.EventType
Event type.

This property is read-only.