| C1.Xaml.Maps Assembly > C1.Xaml.Maps Namespace > C1VectorItemBase Class : Loaded Event |
'DeclarationPublic Shadows Event Loaded As RoutedEventHandler
'UsageDim instance As C1VectorItemBase Dim handler As RoutedEventHandler AddHandler instance.Loaded, handler
public new event RoutedEventHandler Loaded
The event handler receives an argument of type RoutedEventArgs containing data related to this event. The following RoutedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| OriginalSource | Gets a reference to the object that raised the event. |