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 SourcePackageName
Gets or sets the name of the package.
Declaration
public string PackageName { get; set; }
Property Value
Type | Description |
---|---|
System. |
Version
Gets or sets the version.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System. |