Class DiagramSerializationRoutedEventArgs
Represents serialization routed event args.
Inherited Members
System.EventArgs.Empty
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: Telerik.WinControls.UI.Diagrams
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public sealed class DiagramSerializationRoutedEventArgs : RoutedEventArgs
Constructors
DiagramSerializationRoutedEventArgs(RoutedEvent, IGraph, SerializationInfo)
Initializes a new instance of the Diagram
Declaration
public DiagramSerializationRoutedEventArgs(RoutedEvent routedEvent, IGraph graph, SerializationInfo serializationInfo)
Parameters
Routed The routed event. |
IGraph
graph
The graph (diagram). |
Serialization The serialization info. |
Properties
SerializationInfo
Gets the serialization info.
Declaration
public SerializationInfo SerializationInfo { get; }