'Declaration Public Event MapAreaClick As MapAreaClickEventHandler
'Usage Dim instance As FpChart Dim handler As MapAreaClickEventHandler AddHandler instance.MapAreaClick, handler
public event MapAreaClickEventHandler MapAreaClick
Event Data
The event handler receives an argument of type MapAreaClickEventArgs containing data related to this event. The following MapAreaClickEventArgs properties provide information specific to this event.
Property | Description |
---|---|
MapAreaInfo | Gets or sets the MapAreaInfo indicates the event source. |
See Also