Visual Basic (Declaration) | |
---|---|
Public Event StartPointChanged() As RoutedPropertyChangedEventHandler(Of Point) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event RoutedPropertyChangedEventHandler<Point> StartPointChanged() |
Managed Extensions for C++ | |
---|---|
public: __event RoutedPropertyChangedEventHandler<Point> StartPointChanged(); |
C++/CLI | |
---|---|
public: event RoutedPropertyChangedEventHandler<Point> StartPointChanged(); |
XAML Attributes Usage | |
---|---|
<object StartPointChanged=EventHandler<ExceptionRoutedEventArgs>/> ... |
Routed Event Information | |
---|---|
Identifier field | |
Routing strategy | Bubbling |
Delegate | EventHandler<(Of <(TEventArgs>)>) |
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family