AttributeChanged Event
Namespace: Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly: Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)
Syntax
'Declaration
Public Event AttributeChanged As EventHandler
'Usage
Dim instance As TextBuffer
Dim handler As EventHandler
AddHandler instance.AttributeChanged, handler
public event EventHandler AttributeChanged
public:
event EventHandler^ AttributeChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member AttributeChanged : IEvent<EventHandler,
EventArgs>
JScript supports the use of events, but not the declaration of new ones.
See Also
Reference
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace