[]
Gets or sets the сallback invoked when a document is fully loaded on the server.
[Parameter]
public Action DocumentLoaded { get; init; }
Type | Description |
---|---|
Action | A callback function. |
This property can only be set once during object initialization and cannot be changed afterwards.