| C1.Xaml.Maps Assembly > C1.Xaml.Maps Namespace > C1Maps Class : CenterChanged Event |
'DeclarationPublic Event CenterChanged As EventHandler(Of PropertyChangedEventArgs(Of Point))
'UsageDim instance As C1Maps Dim handler As EventHandler(Of PropertyChangedEventArgs(Of Point)) AddHandler instance.CenterChanged, handler
public event EventHandler<PropertyChangedEventArgs<Point>> CenterChanged
The event handler receives an argument of type C1.Xaml.PropertyChangedEventArgs<T> containing data related to this event. The following PropertyChangedEventArgs<T> properties provide information specific to this event.
| Property | Description |
|---|---|
| NewValue | |
| OldValue |