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
currentTypeDataTypeDataThe current loaded type data.
newTypeDataTypeDataThe new type data that should be loaded.
Properties
CurrentTypeData
Gets the current loaded type data.
public TypeData CurrentTypeData { get; }
Property Value
NewTypeData
Gets the new type that should be loaded.
public TypeData NewTypeData { get; }