ServiceEventArgs Class
Namespace: Stride.CoreAssembly: Stride.Core.dll
System.Object → System.EventArgs →
ServiceEventArgs
Derived from ServiceEventArgs:
public class ServiceEventArgs : EventArgs
Name | Description | |
---|---|---|
Constructors | ||
ServiceEventArgs(Type, Object) | ||
Properties | ||
Instance | ||
ServiceType |
Constructors
ServiceEventArgs(Type, Object)
public ServiceEventArgs(Type serviceType, object serviceInstance)
Parameters
Type | Name | Description |
---|---|---|
System.Type | serviceType | |
System.Object | serviceInstance |
Properties
Instance
public object Instance { get; }
Property Value
Type | Description |
---|---|
System.Object |
ServiceType
public Type ServiceType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Inherited Members
System.EventArgs.Empty