GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
PrintSubmitEvent Class
Event result type for the PrintWidget.OnSubmit event.
public record PrintSubmitEvent : System.IEquatable<dymaptic.GeoBlazor.Pro.Events.PrintSubmitEvent>
Inheritance System.Object 🡒 PrintSubmitEvent
Implements System.IEquatable<PrintSubmitEvent>
Constructors
PrintSubmitEvent(FileLink, bool) Constructor
Event result type for the PrintWidget.OnSubmit event.
public PrintSubmitEvent(dymaptic.GeoBlazor.Pro.Model.FileLink? Link, bool SaveExportEnabled);
Parameters
Link
FileLink
Represents an exported map request from the result of the Print widget.
SaveExportEnabled
System.Boolean
Boolean indicating whether the Save Export button is enabled.
Properties
PrintSubmitEvent.Link Property
Represents an exported map request from the result of the Print widget.
public dymaptic.GeoBlazor.Pro.Model.FileLink? Link { get; init; }
Property Value
PrintSubmitEvent.SaveExportEnabled Property
Boolean indicating whether the Save Export button is enabled.
public bool SaveExportEnabled { get; init; }