C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TagBase Class / SetName Method
The new name of the item.

In This Topic
SetName Method (TagBase)
In This Topic
Sets the name of the current item.
Syntax
'Declaration
 
Protected Overridable Sub SetName( _
   ByVal newName As String _
) 
 

Parameters

newName
The new name of the item.
See Also