다음을 통해 공유


IDialogContent.CloseDialog 이벤트

버전 2에 적용

대화 상자를 닫아야 할 때 발생합니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Event CloseDialog As EventHandler(Of EventArgs)
‘사용 방법
Dim instance As IDialogContent 
Dim handler As EventHandler(Of EventArgs)

AddHandler instance.CloseDialog, handler
event EventHandler<EventArgs> CloseDialog
event EventHandler<EventArgs^>^ CloseDialog {
    void add (EventHandler<EventArgs^>^ value);
    void remove (EventHandler<EventArgs^>^ value);
}
abstract CloseDialog : IEvent<EventHandler<EventArgs>,
    EventArgs>
JScript supports the use of events, but not the declaration of new ones.

참고 항목

참조

IDialogContent 인터페이스

Microsoft.WebMatrix.Extensibility 네임스페이스