ImageGear .NET v25.0 - Updated
OnRemoveComplete Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Signatures Namespace > ImGearX509Certificate2Collection Class : OnRemoveComplete Method
The zero-based index at which value can be found.
The value of the element to remove from index.
Performs additional custom processes after removing an element from the X509Certificate2Collection instance.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub OnRemoveComplete( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
'Usage
 
Dim instance As ImGearX509Certificate2Collection
Dim index As Integer
Dim value As Object
 
instance.OnRemoveComplete(index, value)
protected override void OnRemoveComplete( 
   int index,
   object value
)
protected: void OnRemoveComplete( 
   int index,
   Object* value
) override 
protected:
void OnRemoveComplete( 
   int index,
   Object^ value
) override 

Parameters

index
The zero-based index at which value can be found.
value
The value of the element to remove from index.
See Also

Reference

ImGearX509Certificate2Collection Class
ImGearX509Certificate2Collection Members