다음을 통해 공유


BaseVsaSite.Notify(String, Object) 메서드

정의

스크립트 엔진에 의해 생성된 이벤트에 대해 호스트에 알립니다.

public:
 virtual void Notify(System::String ^ notify, System::Object ^ optional);
public virtual void Notify (string notify, object optional);
abstract member Notify : string * obj -> unit
override this.Notify : string * obj -> unit
Public Overridable Sub Notify (notify As String, optional As Object)

매개 변수

notify
String

스크립트 엔진에 의해 생성된 이벤트에 대해 호스트에 알립니다.

optional
Object

엔진에 의해 생성된 이벤트에 대해 호스트에 알립니다.

구현

적용 대상