Class TypeNotFoundEventArgs
Provides data for the TypeNotFound event.
Inheritance
System.Object
System.EventArgs
TypeNotFoundEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |