Performs additional custom processes after inserting a new element into the X509Certificate2Collection instance.
Syntax
protected override void OnInsertComplete(
int ,
object
)
protected: void OnInsertComplete(
int ,
Object*
) override
protected:
void OnInsertComplete(
int ,
Object^
) override
Parameters
- index
- The zero-based index at which to insert value.
- value
- The new value of the element at index.
See Also