Class Cause
Specifies the Reason for the Event occurs.
Inheritance
System.Object
Cause
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class Cause : Enum
Fields
Diagram
Specifies the elements drop in the diagram area.
Declaration
public const Cause Diagram
Field Value
Type |
---|
Cause |
DrawingTool
Specifies the reason for adding the elements via drawing tool.
Declaration
public const Cause DrawingTool
Field Value
Type |
---|
Cause |
Redo
Specifies the opertion occurs while in redo changes.
Declaration
public const Cause Redo
Field Value
Type |
---|
Cause |
Stencil
Specifies the elements drag and drop from stencil panel.
Declaration
public const Cause Stencil
Field Value
Type |
---|
Cause |
Undo
Specifies the opertion occurs while in undo changes.
Declaration
public const Cause Undo
Field Value
Type |
---|
Cause |
Unknown
Enables the reason for the diagram element changes to be UnKnown.
Declaration
public const Cause Unknown
Field Value
Type |
---|
Cause |