| Visual Basic (Declaration) | |
|---|---|
Public Event CrosshairBrushChanged() As RoutedPropertyChangedEventHandler(Of Brush)  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public event RoutedPropertyChangedEventHandler<Brush> CrosshairBrushChanged()  | |
| C++/CLI | |
|---|---|
public: event RoutedPropertyChangedEventHandler<Brush> CrosshairBrushChanged();  | |
| XAML Attributes Usage | |
|---|---|
<object CrosshairBrushChanged=EventHandler<ExceptionRoutedEventArgs>/> ...  | |
| XAML Attributes Usage | |
|---|---|
<object CrosshairBrushChanged=EventHandler<ExceptionRoutedEventArgs>/> ...  | |
            This event is raised if the MagnifyGlass.CrosshairBrush property is changed 
            by either a programmatic modification or user interaction.
            
            Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code