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