OnAttributeChanged Method
Namespace: Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly: Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)
Syntax
'Declaration
Protected Sub OnAttributeChanged ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnAttributeChanged(e)
protected void OnAttributeChanged(
EventArgs e
)
protected:
void OnAttributeChanged(
EventArgs^ e
)
member OnAttributeChanged :
e:EventArgs -> unit
protected function OnAttributeChanged(
e : EventArgs
)
Parameters
- e
Type: System..::..EventArgs
See Also
Reference
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace