Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IPaletteObject - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IPaletteObject

    Represents the base class for all the symbol palette objects. It is used to handle common actions like property changes in any symbol palette objects.

    Inherited Members
    IDiagramObject.OnPropertyChanged(String, Object, Object, IDiagramObject)
    Namespace: Syncfusion.Blazor.Diagram.SymbolPalette
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public interface IPaletteObject : IDiagramObject, ICloneable

    Methods

    OnPropertyChanged(String, Object, Object, IPaletteObject)

    Invoked whenever the effective value of any property in this Symbol palette object has been updated.

    Declaration
    void OnPropertyChanged(string propertyName, object newVal, object oldVal, IPaletteObject container)
    Parameters
    Type Name Description
    System.String propertyName

    string

    System.Object newVal

    object

    System.Object oldVal

    object

    IPaletteObject container

    IPaletteObject

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved