Class DiagramPreviewEventArgs
Provides data for DiagramPreviewEvent of the diagram.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class DiagramPreviewEventArgs : DiagramEventArgs
Constructors
DiagramPreviewEventArgs(Object)
Initializes a new instance of the DiagramPreviewEventArgs class.
Declaration
public DiagramPreviewEventArgs(object item)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item |
Properties
Cancel
Gets or sets a value indicated whether the preview is a cancel.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |