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
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 |