Version 24.2 (latest)

ServiceEventArgs Class Properties

For a list of all members of this type, see ServiceEventArgs members.

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