Performs type checking prior to setting a valid options item in
EnhancementOptionsCollection
Syntax
'Declaration
Protected Overrides Sub OnSet( _
ByVal As Integer, _
ByVal As Object, _
ByVal As Object _
)
'Usage
Dim instance As EnhancementOptionsCollection
Dim index As Integer
Dim oldValue As Object
Dim newValue As Object
instance.OnSet(index, oldValue, newValue)
protected override void OnSet(
int ,
object ,
object
)
protected: void OnSet(
int ,
Object* ,
Object*
) override
protected:
void OnSet(
int ,
Object^ ,
Object^
) override
Parameters
- index
- Index of the item to set
- oldValue
- Old value of the options item
- newValue
- New value of the options item
See Also