Method OnGroupRenamed
OnGroupRenamed(string, string)
Called when this group is renamed.
Declaration
protected override void OnGroupRenamed(string oldName, string newName)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | oldName | The old name of the group.  | 
    
| string | newName | The new name of the group.  |