OlapConnectionProperties.ValueChanged 이벤트

Occurs when the value property is changed.

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
Public Event ValueChanged As EventHandler
‘사용 방법
Dim instance As OlapConnectionProperties 
Dim handler As EventHandler 

AddHandler instance.ValueChanged, handler
public event EventHandler ValueChanged
public:
 event EventHandler^ ValueChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member ValueChanged : IEvent<EventHandler,
    EventArgs>
Jscript는 이벤트 사용을 지원하지만 새로운 이벤트 선언은 지원하지 않습니다.

참고 항목

참조

OlapConnectionProperties 클래스

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스