Table of Contents

Class TypeDataLoadingEventArgs

Namespace
Loehnert.Lisrt.TypeAndResult.LisrtModule
Assembly
Loehnert.Lisrt.TypeAndResult.dll

Provides data for a cancelable type data loading event.

public class TypeDataLoadingEventArgs : CancelEventArgs
Inheritance
TypeDataLoadingEventArgs
Inherited Members

Constructors

TypeDataLoadingEventArgs(TypeData, TypeData)

Initializes a new instance of the TypeDataLoadingEventArgs class.

public TypeDataLoadingEventArgs(TypeData currentTypeData, TypeData newTypeData)

Parameters

currentTypeData TypeData

The current loaded type data.

newTypeData TypeData

The new type data that should be loaded.

Properties

CurrentTypeData

Gets the current loaded type data.

public TypeData CurrentTypeData { get; }

Property Value

TypeData

NewTypeData

Gets the new type that should be loaded.

public TypeData NewTypeData { get; }

Property Value

TypeData