Before new item is set.
Syntax
Visual Basic (Usage) |
Copy Code |
Dim instance As TitleCollection
Dim index As Integer
Dim oldValue As Object
Dim newValue As Object
instance.OnSet(index, oldValue, newValue)
|
Parameters
- index
- Item index.
- oldValue
- Item old value.
- newValue
- Item new value.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also