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

이벤트 인수입니다.

적용 대상