monoandroid
namespace Android.Views
{
[Register("android/view/View", DoNotGenerateAcw = true)]
public class View : Object, ICallback, IJavaObject, IAccessibilityEventSource, ICallback, IJavaPeerable, IDisposable
{
[Register("android/view/View$OnLayoutChangeListener", "", "Android.Views.View/IOnLayoutChangeListenerInvoker")]
public interface IOnLayoutChangeListener : IJavaObject, IJavaPeerable, IDisposable
{
[Register("onLayoutChange", "(Landroid/view/View;IIIIIIII)V", "GetOnLayoutChange_Landroid_view_View_IIIIIIIIHandler:Android.Views.View/IOnLayoutChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
void OnLayoutChange(View? v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom);
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |