BusinessLogicRowUpdatingEventHandler 대리자

정의

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

public delegate void BusinessLogicRowUpdatingEventHandler(System::Object ^ sender, BusinessLogicRowUpdatingEventArgs ^ e);
public delegate void BusinessLogicRowUpdatingEventHandler(object sender, BusinessLogicRowUpdatingEventArgs e);
type BusinessLogicRowUpdatingEventHandler = delegate of obj * BusinessLogicRowUpdatingEventArgs -> unit
Public Delegate Sub BusinessLogicRowUpdatingEventHandler(sender As Object, e As BusinessLogicRowUpdatingEventArgs)

매개 변수

sender
Object

이벤트 소스입니다.

e
BusinessLogicRowUpdatingEventArgs

이벤트입니다.

적용 대상