Table of Contents

Class ServiceEventArgs

Namespace
Stride.Core
Assembly
Stride.Core.dll
public class ServiceEventArgs : EventArgs
Inheritance
ServiceEventArgs
Inherited Members

Constructors

ServiceEventArgs(Type, object)

public ServiceEventArgs(Type serviceType, object serviceInstance)

Parameters

serviceType Type
serviceInstance object

Properties

Instance

public object Instance { get; }

Property Value

object

ServiceType

public Type ServiceType { get; }

Property Value

Type