MapPropertyChangedEventArgs

Wisej.Web.Ext.GoogleMaps.MapPropertyChangedEventArgs

Namespace: Wisej.Web.Ext.GoogleMaps

Assembly: Wisej.Web.Ext.GoogleMaps (3.2.0.0)

Provides data for the MapPropertyChanged event.

public class MapPropertyChangedEventArgs : EventArgs

Constructors

MapPropertyChangedEventArgs(e)

Initializes an instance of the MapPropertyChangedEventArgs class.

Name
Type
Description

e

The event data from the client.

Properties

Name

Stringarrow-up-right: The name of the property that has changed.

Value

Objectarrow-up-right: The new value of the property.

Last updated

Was this helpful?