Class BlockGridPropertyNotificationHandler
A handler for Block grid editors used to bind to notifications
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Infrastructure.dll
Syntax
public class BlockGridPropertyNotificationHandler : BlockEditorPropertyNotificationHandlerBase<BlockGridLayoutItem>, INotificationHandler<ContentSavingNotification>, INotificationHandler<ContentCopyingNotification>, INotificationHandler<ContentScaffoldedNotification>, INotificationHandler
Constructors
View SourceBlockGridPropertyNotificationHandler(ILogger<BlockGridPropertyNotificationHandler>)
Initializes a new instance of the BlockGridPropertyNotificationHandler class, providing a logger for handling property notifications related to block grid properties.
Declaration
public BlockGridPropertyNotificationHandler(ILogger<BlockGridPropertyNotificationHandler> logger)
Parameters
| Type | Name | Description |
|---|---|---|
| ILogger<BlockGridPropertyNotificationHandler> | logger | The Microsoft.Extensions.Logging.ILogger<TCategoryName> used for logging notification handling events. |
Properties
View SourceEditorAlias
Declaration
protected override string EditorAlias { get; }
Property Value
| Type | Description |
|---|---|
| string |