Show / Hide Table of Contents

Class GetTypeInstanceEventArgs

Provides data for the GetTypeInstance event.

Inheritance
System.Object
GetTypeInstanceEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public class GetTypeInstanceEventArgs

Properties

Instance

Gets or sets the instance of type.

Declaration
public object Instance { get; set; }
Property Value
Type Description
System.Object

Type

Gets the type.

Declaration
public Type Type { get; }
Property Value
Type Description
System.Type
Back to top Generated by DocFX