DomainClass.OnNamespaceChanged(String, String) Method

Definition

Called when the Namespace of a DomainClass changes

protected:
 virtual void OnNamespaceChanged(System::String ^ oldValue, System::String ^ newValue);
protected virtual void OnNamespaceChanged (string oldValue, string newValue);
abstract member OnNamespaceChanged : string * string -> unit
override this.OnNamespaceChanged : string * string -> unit
Protected Overridable Sub OnNamespaceChanged (oldValue As String, newValue As String)

Parameters

oldValue
String
newValue
String

Applies to