| Visual Basic (Declaration) | |
|---|---|
Public Event InteractiveModeEnded() As RoutedEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public event RoutedEventHandler InteractiveModeEnded() | |
| C++/CLI | |
|---|---|
public: event RoutedEventHandler InteractiveModeEnded(); | |
| XAML Attributes Usage | |
|---|---|
<object InteractiveModeEnded=EventHandler<ExceptionRoutedEventArgs>/> ... | |
| XAML Attributes Usage | |
|---|---|
<object InteractiveModeEnded=EventHandler<ExceptionRoutedEventArgs>/> ... | |
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code