Fired when the associated templated control's ID/Name has changed. The template frame updates this information in the live HTML tree.
[Visual Basic] Overridable Public Sub OnControlNameChanged( _ ByVal newName As String _ ) [C#] public virtual void OnControlNameChanged( string newName ); [C++] public: virtual void OnControlNameChanged( String* newName ); [JScript] public function OnControlNameChanged( newName : String );
TemplateEditingFrame Class | TemplateEditingFrame Members | System.Web.UI.Design Namespace