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

7 lines
105 B
C#
Raw Normal View History

namespace System.Windows
{
public sealed class DragEventArgs : RoutedEventArgs
{
}
}