Browse Source
Remove public constructors for KeyEventArgs, PointerEventArgs and friendspull/9361/head
committed by
GitHub
13 changed files with 34 additions and 31 deletions
@ -1,16 +0,0 @@ |
|||
using System; |
|||
|
|||
namespace Avalonia.Controls |
|||
{ |
|||
public class NameScopeEventArgs : EventArgs |
|||
{ |
|||
public NameScopeEventArgs(string name, object element) |
|||
{ |
|||
Name = name; |
|||
Element = element; |
|||
} |
|||
|
|||
public string Name { get; } |
|||
public object Element { get; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue