Table of Contents

Class ClearRequirementChangedEventArgs

Namespace
Loehnert.Lisrt.DummyPart
Assembly
Loehnert.Lisrt.DummyPart.dll

Represents the event args for a changed clear requirement.

public class ClearRequirementChangedEventArgs : EventArgs
Inheritance
ClearRequirementChangedEventArgs
Inherited Members

Constructors

ClearRequirementChangedEventArgs(IEnumerable<string>)

Initializes a new instance of the ClearRequirementChangedEventArgs class.

public ClearRequirementChangedEventArgs(IEnumerable<string> clearRequiredTypes)

Parameters

clearRequiredTypes IEnumerable<string>

Type identifier which need to be cleared. Empty collection to clear all types.

Exceptions

ArgumentNullException

Thrown when clearRequiredTypes is null.

Properties

ClearRequiredTypes

Gets the type identifier for the types which need to be cleared.

public IEnumerable<string> ClearRequiredTypes { get; }

Property Value

IEnumerable<string>