Device.SetEventNotification(WaitHandle) Method (Microsoft.DirectX.DirectInput)

Specifies an event that is to be set when the device state changes. It is also used to turn off event notification.

Definition

Visual Basic Public Sub SetEventNotification( _
    ByVal deviceEvent As WaitHandleLeave Site _
)
C# public void SetEventNotification(
    WaitHandleLeave Site deviceEvent
);
C++ public:
void SetEventNotification(
    WaitHandleLeave SitedeviceEvent
);
JScript public function SetEventNotification(
    deviceEvent : WaitHandleLeave Site
);

Parameters

deviceEvent System.Threading.WaitHandle