ObjectListDataBindEventHandler 대리자

정의

주의

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.

의 이벤트를 처리할 메서드를 ItemDataBindObjectList나타냅니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public delegate void ObjectListDataBindEventHandler(System::Object ^ sender, ObjectListDataBindEventArgs ^ e);
public delegate void ObjectListDataBindEventHandler(object sender, ObjectListDataBindEventArgs e);
[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 delegate void ObjectListDataBindEventHandler(object sender, ObjectListDataBindEventArgs e);
type ObjectListDataBindEventHandler = delegate of obj * ObjectListDataBindEventArgs -> unit
[<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 ObjectListDataBindEventHandler = delegate of obj * ObjectListDataBindEventArgs -> unit
Public Delegate Sub ObjectListDataBindEventHandler(sender As Object, e As ObjectListDataBindEventArgs)

매개 변수

sender
Object

이벤트의 소스입니다 ObjectList.

e
ObjectListDataBindEventArgs

ObjectListDataBindEventArgs 이벤트 데이터를 포함하는 개체입니다.

특성

설명

대리ObjectList자를 ObjectListDataBindEventHandler 만들 때 이벤트를 처리할 메서드를 식별합니다. 항목 ObjectList 이벤트가 생성될 때(데이터 바인딩 후) 처리기에 알립니다. 이벤트를 이벤트 처리기와 연결하려면 대리자의 인스턴스를 이벤트에 추가합니다. 대리자를 제거하지 않으면 이벤트가 발생할 때마다 이벤트 처리기가 호출됩니다.

이 처리기를 사용하여 복잡한 데이터 바인딩을 수행하고 개체의 ObjectListItem 값을 설정할 수 있습니다.

확장명 메서드

Name Description
GetMethodInfo(Delegate)
사용되지 않음.

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상

추가 정보