BusinessLogicRowUpdatedEventHandler 대리자

정의

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

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

매개 변수

sender
Object

개체 전송자입니다.

e
BusinessLogicRowUpdatedEventArgs

이벤트의 인수입니다.

적용 대상