BMXNET 4.0 Developer API

The event args used by the RemoteEventService

Namespace:  IndianHealthService.BMXNet
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class RemoteEventArgs : EventArgs
Public Class RemoteEventArgs _
	Inherits EventArgs
public ref class RemoteEventArgs : public EventArgs

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
RemoteEventArgs()()()
Details
This is an optional peice of data with some event-specific details.
Equals(Object) (Inherited from Object.)
EventType
This string corresponds to well-known/shared EventTypes used to identify different events published and subscribed between BMX implementations using RemoteSessions.
Finalize()()() (Inherited from Object.)
GetHashCode()()() (Inherited from Object.)
GetType()()() (Inherited from Object.)
MemberwiseClone()()() (Inherited from Object.)
ToString()()() (Inherited from Object.)

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    IndianHealthService.BMXNet..::.RemoteEventArgs

See Also