DataParameter.OnNameChanging Method
Called when the Name property is about to change.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Protected Overridable Sub OnNameChanging ( _
value As String _
)
protected virtual void OnNameChanging(
string value
)
protected:
virtual void OnNameChanging(
String^ value
)
abstract OnNameChanging :
value:string -> unit
override OnNameChanging :
value:string -> unit
protected function OnNameChanging(
value : String
)
Parameters
- value
Type: System.String
The value that the Name property will be set to.
Remarks
Notes to Inheritors
The base implementation of this method does nothing.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.