Files
linux-packaging-mono/external/api-doc-tools/mdoc/Test/AttachedEventsAndProperties/System.Windows/RoutedEventHandler.cs

4 lines
107 B
C#
Raw Normal View History

namespace System.Windows
{
public delegate void RoutedEventHandler(object sender, RoutedEventArgs e);
}