[]
Gets or sets the callback that is invoked when a Designer is initialized.
[Parameter]
public Action DesignerInitialized { get; init; }
Type | Description |
---|---|
Action | An Action representing the callback that is invoked when a Designer is initialized. |
This property can only be set once during object initialization and cannot be changed afterwards.