SfcApplication.SfcAfterObjectRenamedEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
called when an object is successfully renamed, after the client-side updating
public delegate void SfcApplication.SfcAfterObjectRenamedEventHandler(object sender, SfcAfterObjectRenamedEventArgs e);
type SfcApplication.SfcAfterObjectRenamedEventHandler = delegate of obj * SfcAfterObjectRenamedEventArgs -> unit
Public Delegate Sub SfcApplication.SfcAfterObjectRenamedEventHandler(sender As Object, e As SfcAfterObjectRenamedEventArgs)
Parameters
- sender
- Object