'Declaration
Protected Overrides Sub OnSet( _
ByVal As Integer, _
ByVal As Object, _
ByVal As Object _
)
'使用法
Dim instance As NumberDisplayFieldCollectionInfo
Dim index As Integer
Dim oldValue As Object
Dim newValue As Object
instance.OnSet(index, oldValue, newValue)