View.LayoutChangeEventArgs 构造函数

定义

public LayoutChangeEventArgs (int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom);
new Android.Views.View.LayoutChangeEventArgs : int * int * int * int * int * int * int * int -> Android.Views.View.LayoutChangeEventArgs

参数

left
Int32
top
Int32
right
Int32
bottom
Int32
oldLeft
Int32
oldTop
Int32
oldRight
Int32
oldBottom
Int32

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于