Class MapsBaseEventArgs
Gets or sets the event arguments for the Maps events. The common arguments of the events in the Maps are stored in this class.
Inheritance
System.Object
MapsBaseEventArgs
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsBaseEventArgs : Object
Constructors
MapsBaseEventArgs()
Declaration
public MapsBaseEventArgs()
Properties
Cancel
Gets or sets a value indicating whether or not the cancel state for the event. The default value is false. If set as true, the event progress will be stopped.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |