Share via


OlapConnectionProperties.ValueChanged Event

Occurs when the value property is changed.

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Public Event ValueChanged As EventHandler
'Usage
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 supports the use of events, but not the declaration of new ones.