ImageGear .NET v25.0 - Updated
OnSetComplete Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Signatures Namespace > ImGearX509Certificate2Collection Class : OnSetComplete Method
The zero-based index at which oldValue can be found.
The value to replace with newValue.
The new value of the element at index.
Performs additional custom processes before setting a value in the X509Certificate2Collection instance.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub OnSetComplete( _
   ByVal index As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue 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 index,
   object oldValue,
   object newValue
)
protected: void OnSetComplete( 
   int index,
   Object* oldValue,
   Object* newValue
) override 
protected:
void OnSetComplete( 
   int index,
   Object^ oldValue,
   Object^ newValue
) 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

Reference

ImGearX509Certificate2Collection Class
ImGearX509Certificate2Collection Members