AvaloniaEdit icon indicating copy to clipboard operation
AvaloniaEdit copied to clipboard

Use a traditional constructor instead of a primary constructor

Open danipen opened this issue 8 months ago • 0 comments

Refactored DataObjectCopyingEventArgs to use a traditional constructor instead of a primary constructor.

Why

  • Consistency: All other EventArgs-based classes in the codebase use traditional constructors.
  • Compatibility: The project targets netstandard2.0;net6.0, so we can stick to C# 11 features for now.

danipen avatar Apr 08 '25 14:04 danipen