View.LayoutChangeEventArgs Constructor

Definition

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

Parameters

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

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to