Layout.OnChildMeasureInvalidated Method

Definition

Overloads

OnChildMeasureInvalidated()
OnChildMeasureInvalidated(Object, EventArgs)

OnChildMeasureInvalidated()

protected:
 virtual void OnChildMeasureInvalidated();
protected virtual void OnChildMeasureInvalidated ();
abstract member OnChildMeasureInvalidated : unit -> unit
override this.OnChildMeasureInvalidated : unit -> unit
Protected Overridable Sub OnChildMeasureInvalidated ()

Applies to

OnChildMeasureInvalidated(Object, EventArgs)

protected:
 void OnChildMeasureInvalidated(System::Object ^ sender, EventArgs ^ e);
protected void OnChildMeasureInvalidated (object sender, EventArgs e);
member this.OnChildMeasureInvalidated : obj * EventArgs -> unit
Protected Sub OnChildMeasureInvalidated (sender As Object, e As EventArgs)

Parameters

sender
Object

Applies to