BMXNET 4.0 Developer API

The RemoteEventService type exposes the following events.

Events

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
RpmsEvent
This event is triggered when an event named anEventType is published and the receiver has a subscription. Remember that this event is not on the UI-thread unless InvokedControl is properly set.
TimerEvent
This event is triggered every time the event timer is triggered, based on the EventPollingInterval. Remember that this event is not on the UI-thread unless InvokedControl is properly set.

See Also