View.LayoutChangeEventArgs Class

Definition

Provides data for the LayoutChange event.

public class View.LayoutChangeEventArgs : EventArgs
type View.LayoutChangeEventArgs = class
    inherit EventArgs
Inheritance
View.LayoutChangeEventArgs

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.

Constructors

View.LayoutChangeEventArgs(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

Properties

Bottom
Left
OldBottom
OldLeft
OldRight
OldTop
Right
Top

Applies to