ViewGroup.ChildViewRemovedEventArgs クラス

定義

ChildViewRemoved イベントのデータを提供します。

public class ViewGroup.ChildViewRemovedEventArgs : EventArgs
type ViewGroup.ChildViewRemovedEventArgs = class
    inherit EventArgs
継承
ViewGroup.ChildViewRemovedEventArgs

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

ViewGroup.ChildViewRemovedEventArgs(View, View)

ChildViewRemoved イベントのデータを提供します。

プロパティ

Child

ChildViewRemoved イベントのデータを提供します。

Parent

ChildViewRemoved イベントのデータを提供します。

適用対象