다음을 통해 공유


DataRepeaterDataErrorEventHandler 대리자

DataError 이벤트를 처리할 메서드를 나타냅니다.

네임스페이스:  Microsoft.VisualBasic.PowerPacks
어셈블리:  Microsoft.VisualBasic.PowerPacks.Vs(Microsoft.VisualBasic.PowerPacks.Vs.dll)

구문

‘선언
Public Delegate Sub DataRepeaterDataErrorEventHandler ( _
    sender As Object, _
    e As DataRepeaterDataErrorEventArgs _
)
public delegate void DataRepeaterDataErrorEventHandler(
    Object sender,
    DataRepeaterDataErrorEventArgs e
)
public delegate void DataRepeaterDataErrorEventHandler(
    Object^ sender, 
    DataRepeaterDataErrorEventArgs^ e
)
type DataRepeaterDataErrorEventHandler = 
    delegate of 
        sender:Object * 
        e:DataRepeaterDataErrorEventArgs -> unit
JScript에서는 대리자를 지원하지 않습니다.

매개 변수

설명

Visual Basic이 대리자를 명시적으로 사용할 필요가 없습니다.

참고 항목

참조

Microsoft.VisualBasic.PowerPacks 네임스페이스

DataError

기타 리소스

DataRepeater 컨트롤 소개(Visual Studio)