Search Results for

    Show / Hide Table of Contents

    Class PluginInitializationResultsEventArgs

    Inheritance
    System.Object
    System.EventArgs
    PluginInitializationResultsEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Core.PluginFramework
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public class PluginInitializationResultsEventArgs : EventArgs

    Constructors

    PluginInitializationResultsEventArgs(PluginInitializationResult[])

    Declaration
    public PluginInitializationResultsEventArgs(PluginInitializationResult[] results)
    Parameters
    Type Name Description
    PluginInitializationResult[] results

    Properties

    Results

    Declaration
    public PluginInitializationResult[] Results { get; }
    Property Value
    Type Description
    PluginInitializationResult[]

    On this page

    • Constructors
      • PluginInitializationResultsEventArgs(PluginInitializationResult[])
    • Properties
      • Results
    Back to top Generated by DocFX