Visual Basic (Declaration) | |
---|---|
Public Event ShowTextChanged As RoutedPropertyChangedEventHandler(Of Boolean) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ImageList Dim handler As RoutedPropertyChangedEventHandler(Of Boolean) AddHandler instance.ShowTextChanged, handler |
C# | |
---|---|
public event RoutedPropertyChangedEventHandler<bool> ShowTextChanged |
C++/CLI | |
---|---|
public: event RoutedPropertyChangedEventHandler<bool>^ ShowTextChanged |