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

Represents serialization routed event args.

Definition

Namespace:Telerik.Windows.Controls.Diagrams

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

C#
public sealed class DiagramSerializationRoutedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsDiagramSerializationRoutedEventArgs

Constructors

Initializes a new instance of the DiagramSerializationRoutedEventArgs class.

C#
public DiagramSerializationRoutedEventArgs(RoutedEvent routedEvent, IGraph graph, SerializationInfo serializationInfo)
Parameters:routedEventRoutedEvent

The routed event.

graphIGraph

The graph (diagram).

serializationInfoSerializationInfo

The serialization info.

Properties

Gets the serialization info.

C#
public SerializationInfo SerializationInfo { get; }