Triggered when an STK object is renamed. Sender represents the object path or object itself. OldPath is the object path before the OnStkObjectRenamed Event. NewPath is the object path after the OnStkObjectRenamed Event.
[Visual Basic .NET] |
---|
Public Event OnStkObjectRenamed( _ ByVal Sender As System.Object, _ ByVal OldPath As String, _ ByVal NewPath As String _ ) |
- SenderThe sender.OldPathThe old path of the Object.NewPathThe new path of the Object.