New to Telerik UI for WinFormsStart a free 30-day trial

Serialization event args.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Type Parameters:

T

The type of the serialized object.

Syntax:

C#
public sealed class SerializationEventArgs<T> : GenericEventArgs<T>

Inheritance: objectEventArgsGenericEventArgs<T>SerializationEventArgs<T>

Inherited Members GenericEventArgs<T>.OriginalEventArgsGenericEventArgs<T>.EntityEventArgs.Empty

Constructors

Initializes a new instance of the SerializationEventArgs<T> class.

C#
public SerializationEventArgs(T entity, SerializationInfo serializationInfo)
Parameters:entityT

The entity.

serializationInfoSerializationInfo

The serialization info.

Properties

Gets the serialization info.

C#
public SerializationInfo SerializationInfo { get; }