Performs additional custom processes before setting a value in the X509Certificate2Collection instance.
Syntax
'Declaration
Protected Overrides NotOverridable Sub OnSetComplete( _
ByVal As Integer, _
ByVal As Object, _
ByVal As Object _
)
'Usage
Dim instance As ImGearX509Certificate2Collection
Dim index As Integer
Dim oldValue As Object
Dim newValue As Object
instance.OnSetComplete(index, oldValue, newValue)
protected override void OnSetComplete(
int ,
object ,
object
)
protected: void OnSetComplete(
int ,
Object* ,
Object*
) override
protected:
void OnSetComplete(
int ,
Object^ ,
Object^
) override
Parameters
- index
- The zero-based index at which oldValue can be found.
- oldValue
- The value to replace with newValue.
- newValue
- The new value of the element at index.
See Also