DataParameter.OnNameChanging Method

Called when the Name property is about to change.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣言
Protected Overridable Sub OnNameChanging ( _
    value As String _
)
'使用
Dim value As String

Me.OnNameChanging(value)
protected virtual void OnNameChanging(
    string value
)
protected:
virtual void OnNameChanging(
    String^ value
)
protected function OnNameChanging(
    value : String
)

Parameters

Permissions

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data Namespace

OnNameChanged

SetNameImpl