Version 24.2 (latest)

ServiceEventArgs Class Members

The following tables list the members exposed by ServiceEventArgs.

Public Properties
 NameDescription
Public PropertyServiceGets the service which was registered or unregistered.  
Public PropertyServiceKeyGets The case-sensitively unique key with which the service was registered or null if the service was registered with a Type.  
Public PropertyServiceTypeGets the type with which the service was registered or null if the service was registered with a key.  
See Also