Show / Hide Table of Contents

Class ArtifactIndexChangedEventArgs

Additional information for artifact index changed events.

Inheritance
System.Object
ArtifactIndexChangedEventArgs
Namespace: FhirCodeGenBlazor.Models
Assembly: FhirCodeGenBlazor.dll
Syntax
public class ArtifactIndexChangedEventArgs : EventArgs

Properties

| Improve this Doc View Source

PackageName

Gets or sets the name of the package.

Declaration
public string PackageName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Version

Gets or sets the version.

Declaration
public string Version { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX