Class LoadedEventArgs
Specifies the event arguments for load event in maps.
Inherited Members
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class LoadedEventArgs : MinMaxLatitudeLongitude
Constructors
LoadedEventArgs()
Declaration
public LoadedEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the event should be canceled. If set to true, the event progress will be stopped.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
Cancel the event if necessary by setting this property to true during the loaded event of the map.