Device.IsUsingEventHandlers Property

Language:

Retrieves or sets a value that indicates whether the device should use event handlers.

Definition

Visual Basic Public Shared  Property IsUsingEventHandlers As Boolean
C# public static bool IsUsingEventHandlers { get; set; }
C++ public:
static property bool IsUsingEventHandlers {
        bool get();
        void set(bool value);
}
JScript public static  function get IsUsingEventHandlers() : boolean
public function set IsUsingEventHandlers(boolean);

Property Value

System.Boolean
A value of true indicates that event handlers are enabled; false indicates that they are disabled.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center