ObjectListDataBindEventArgs クラス

定義

注意事項

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

ItemDataBind コントロールのObjectList イベントのデータを提供します。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public ref class ObjectListDataBindEventArgs : EventArgs
public class ObjectListDataBindEventArgs : EventArgs
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public class ObjectListDataBindEventArgs : EventArgs
type ObjectListDataBindEventArgs = class
    inherit EventArgs
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type ObjectListDataBindEventArgs = class
    inherit EventArgs
Public Class ObjectListDataBindEventArgs
Inherits EventArgs
継承
ObjectListDataBindEventArgs
属性

注釈

継承されたクラスまたはイベント ハンドラーは、 ItemDataBind イベントを使用して複雑なデータ バインディングを実行できます。

コンストラクター

名前 説明
ObjectListDataBindEventArgs(ObjectListItem, Object)
古い.

ObjectListDataBindEventArgs クラスの新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

プロパティ

名前 説明
DataItem
古い.

バインドされているリスト アイテムの指定されたデータ オブジェクトを取得します。 このプロパティは、リスト アイテムがデータ バインドされている要求でのみ使用できます。後続のポストバックでは、常に null。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

ListItem
古い.

イベントを生成した ListItem を取得します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

メソッド

名前 説明
Equals(Object)
古い.

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください