View.LayoutChangeEventArgs Constructor

Definition

Initializes the managed event data passed to the associated callback.

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

The System.Int32 value used for left.

top
Int32

The System.Int32 value used for top.

right
Int32

The System.Int32 value used for right.

bottom
Int32

The System.Int32 value used for bottom.

oldLeft
Int32

The System.Int32 value used for old left.

oldTop
Int32

The System.Int32 value used for old top.

oldRight
Int32

The System.Int32 value used for old right.

oldBottom
Int32

The System.Int32 value used for old bottom.

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