Skip to main content

MapPropertyChangedEventArgs

Namespace: Wisej.Web.Ext.GoogleMaps

Assembly: Wisej.Web.Ext.GoogleMaps

Provides data for the MapPropertyChanged event.

public class MapPropertyChangedEventArgs : EventArgs

Constructors

Instance memberMapPropertyChangedEventArgs(e)

Initializes an instance of the MapPropertyChangedEventArgs class.

NameTypeDescription
eWidgetEventArgsThe event data from the client.

Properties

Instance memberName

String: The name of the property that has changed.

Instance memberValue

Object: The new value of the property.