DslLibrary.OnNamespaceChanged(String, String) Method

Definition

Called when the Namespace of a DslLibrary changes

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

Parameters

oldValue
String
newValue
String

Applies to