menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TypeNotFoundEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved