Wheel.ApplicationMemoryGet Event

Occurs when the device reports values for variables in application memory.

Syntax

public:
event ApplicationMemoryGetEvent^ ApplicationMemoryGet {
         EventRegistrationToken add (ApplicationMemoryGetEvent^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

This event will be handled by your implementation of the ApplicationMemoryGetEvent delegate.

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

Wheel Class

Wheel Members

Microsoft.Xbox.Input Namespace