ArcGIS Developer Help  (ESRI.ArcGIS.Geodatabase)  

OnRenameDatasetEventHandler Delegate

Represents the method that handles the OnRenameDataset event.
[Visual Basic .NET]
Public Delegate Sub OnRenameDatasetEventHandler ( _
    ByVal pDataset As IDataset, _
    ByVal oldName As String, _
    ByVal newName As String _
)
[C#]
public delegate void OnRenameDatasetEventHandler (
    IDataset pDataset,
    string oldName,
    string newName
);