Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ServiceEventArgs Class

    Namespace: Stride.Core
    Assembly: Stride.Core.dll
    System.Object → System.EventArgs → ServiceEventArgs
    Derived from ServiceEventArgs:

    public class ServiceEventArgs : EventArgs
    Name Description
    Constructors
    ServiceEventArgs(Type, Object)
    Properties
    Instance
    ServiceType
    | Improve this Doc View Source

    Constructors


    ServiceEventArgs(Type, Object)

    public ServiceEventArgs(Type serviceType, object serviceInstance)
    Parameters
    Type Name Description
    System.Type serviceType
    System.Object serviceInstance
    | Improve this Doc View Source

    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

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation