GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
PrintSubmitEvent Class
Event result type for the PrintWidget.OnSubmit event.
public class PrintSubmitEvent :
System.IEquatable<dymaptic.GeoBlazor.Pro.Events.PrintSubmitEvent>
Inheritance System.Object 🡒 PrintSubmitEvent
Implements System.IEquatable<PrintSubmitEvent>
Constructors
PrintSubmitEvent(PrintSubmitEventResults) Constructor
Event result type for the PrintWidget.OnSubmit event.
public PrintSubmitEvent(dymaptic.GeoBlazor.Pro.Results.PrintSubmitEventResults? Results=null);
Parameters
Results
PrintSubmitEventResults
Properties
PrintSubmitEvent.Results Property
public dymaptic.GeoBlazor.Pro.Results.PrintSubmitEventResults? Results { get; set; }