Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChangeType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChangeType

    Specifies whether an object is added/removed from diagram

    Inheritance
    System.Object
    ChangeType
    Namespace: Syncfusion.Blazor.Diagrams
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ChangeType : Enum
    Examples
    <SfDiagram Height="1000"></SfDiagram>
    @code
    {
       public void ChangeType(ISelectionChangeEventArgs args)
       {
           ChangeType hh = ChangeType.Addition;
       }
    }

    Fields

    Addition

    Sets the ChangeType to Addition.

    Declaration
    public const ChangeType Addition
    Field Value
    Type Description
    ChangeType

    Removal

    Sets the ChangeType to Removal.

    Declaration
    public const ChangeType Removal
    Field Value
    Type Description
    ChangeType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved