4 changed files with 7 additions and 62 deletions
@ -1,11 +0,0 @@ |
|||
using System; |
|||
|
|||
namespace Avalonia.Controls.Repeaters |
|||
{ |
|||
public sealed class ElementFactoryGetArgs : EventArgs |
|||
{ |
|||
public object Data { get; set; } |
|||
public IControl Parent { get; set; } |
|||
internal int Index { get; set; } |
|||
} |
|||
} |
|||
@ -1,12 +0,0 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Text; |
|||
|
|||
namespace Avalonia.Controls.Repeaters |
|||
{ |
|||
public sealed class ElementFactoryRecycleArgs : EventArgs |
|||
{ |
|||
public IControl Element { get; set; } |
|||
public IControl Parent { get; set; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue