Decorator.OnNameChanged(String, String) Method

Definition

Called when the Name of a Decorator changes

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

Parameters

oldValue
String
newValue
String

Applies to