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 이벤트에 대한 데이터를 제공합니다.Provides data for the ItemDataBind event of an ObjectList control. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 Mobile Apps & Sites with ASP.NET(ASP.NET을 사용한 모바일 앱 및 사이트)을 참조하세요.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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
- 상속
- 특성
설명
상속 된 클래스 또는 이벤트 처리기를 사용할 수는 ItemDataBind 복잡 한 데이터 바인딩을 수행 하는 이벤트입니다.An inherited class or event handler can use the ItemDataBind event to perform complex data binding.
생성자
ObjectListDataBindEventArgs(ObjectListItem, Object) |
ObjectListDataBindEventArgs 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the ObjectListDataBindEventArgs class. 이 API는 더 이상 사용되지 않습니다.This API is obsolete. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 Mobile Apps & Sites with ASP.NET(ASP.NET을 사용한 모바일 앱 및 사이트)을 참조하세요.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
속성
DataItem |
바인딩되는 목록 항목의 지정된 데이터 개체를 가져옵니다.Gets the specified data object of the list item that is being bound. 이 속성은 목록 항목이 데이터 바인딩된 요청에만 사용할 수 있으며, 이후 다시 게시에 대해서는 항상 |
ListItem |
이벤트를 생성한 ListItem을 가져옵니다.Gets the ListItem that generated the event. 이 API는 더 이상 사용되지 않습니다.This API is obsolete. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 Mobile Apps & Sites with ASP.NET(ASP.NET을 사용한 모바일 앱 및 사이트)을 참조하세요.For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |