зеркало из https://github.com/DeGsoft/maui-linux.git
11 строки
221 B
C#
11 строки
221 B
C#
|
using System;
|
||
|
|
||
|
namespace Xamarin.Forms
|
||
|
{
|
||
|
public class ViewInitializedEventArgs : EventArgs
|
||
|
{
|
||
|
public global::Android.Views.View NativeView { get; internal set; }
|
||
|
|
||
|
public VisualElement View { get; internal set; }
|
||
|
}
|
||
|
}
|