Class
TypeRestoredEventArgs

Persistence event arguments.

Definition

Namespace:Telerik.Windows.Persistence.Events

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

cs-api-definition
public class TypeRestoredEventArgs : EventArgs

Inheritance: objectEventArgsTypeRestoredEventArgs

Inherited Members EventArgs.Empty

Constructors

TypeRestoredEventArgs(string, Type)

Initializes a new instance of the TypeRestoredEventArgs class.

Declaration

cs-api-definition
public TypeRestoredEventArgs(string assemblyQualifiedName, Type type)

Parameters

assemblyQualifiedName

string

The assembly qualified name.

type

Type

The type.

Properties

AssemblyQualifiedName

Gets the serialization string of the type.

Declaration

cs-api-definition
public string AssemblyQualifiedName { get; }

Property Value

string

Type

Gets or sets the type.

Declaration

cs-api-definition
public Type Type { get; set; }

Property Value

Type