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
'Declaration
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.StringThe value that the Name property will be set to.
.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.