IRowPositionChange.OnRowPositionChange(Int32, Int32, Int32) 메서드

정의

소비자에게 현재 행 위치 변경에 대한 행 위치 개체를 알 수 있습니다.

public:
 int OnRowPositionChange(int dbReason, int eventPhase, int fCantDeny);
public int OnRowPositionChange(int dbReason, int eventPhase, int fCantDeny);
abstract member OnRowPositionChange : int * int * int -> int
Public Function OnRowPositionChange (dbReason As Integer, eventPhase As Integer, fCantDeny As Integer) As Integer

매개 변수

dbReason
Int32

이 변경의 원인이 된 이벤트의 이유입니다.

eventPhase
Int32

이 알림의 단계입니다.

fCantDeny
Int32

이 플래그를 true설정하면 공급자가 이벤트를 실행 취소할 수 없으므로 소비자가 반환하여 S_FALSE 이벤트를 거부할 수 없습니다.

반품

Integer 결과를 나타내는 값입니다.

설명

메모

네임스페이 Microsoft.VisualBasic.Compatibility.VB6 스의 함수 및 개체는 Visual Basic 6.0에서 Visual Basic으로 업그레이드하기 위한 도구에서 사용할 수 있도록 제공됩니다. 대부분의 경우 이러한 함수와 개체는 .NET Framework의 다른 네임스페이스에서 찾을 수 있는 기능을 복제합니다. Visual Basic 6.0 코드 모델이 .NET Framework 구현과 크게 다른 경우에만 필요합니다.

적용 대상