Class TypeNotFoundEventArgs
Provides data for the TypeNotFound event.
Inheritance
System.Object
TypeNotFoundEventArgs
Namespace: Syncfusion.Reflection
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class TypeNotFoundEventArgs : EventArgs
Constructors
TypeNotFoundEventArgs(TypeName)
Creates a new instance of the TypeNotFoundEventArgs.
Declaration
public TypeNotFoundEventArgs(TypeName typeName)
Parameters
| Type | Name | Description |
|---|---|---|
| TypeName | typeName | The TypeName that was not found. |
Properties
InvalidTypeName
Returns the TypeName that was not found.
Declaration
public TypeName InvalidTypeName { get; }
Property Value
| Type |
|---|
| TypeName |