MapPropertyChangedEventArgs
Namespace: Wisej.Web.Ext.GoogleMaps
Assembly: Wisej.Web.Ext.GoogleMaps
Provides data for the MapPropertyChanged event.
- C#
- VB.NET
public class MapPropertyChangedEventArgs : EventArgs
Public Class MapPropertyChangedEventArgs
Inherits EventArgs
Constructors
MapPropertyChangedEventArgs(e)
Initializes an instance of the MapPropertyChangedEventArgs class.
| Name | Type | Description |
|---|---|---|
| e | WidgetEventArgs | The event data from the client. |
Properties
Name
String: The name of the property that has changed.
Value
Object: The new value of the property.