ObjectReadyEventHandler 대리자

정의

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

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

매개 변수

sender
Object

이 메서드를 호출할 개체의 인스턴스입니다.

e
ObjectReadyEventArgs

이벤트가 호출된 이유를 지정하는 ObjectReadyEventArgs입니다.

확장 메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상