C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderFragmentCollection Class / OnSet Method
The index of the element.
The old value of the element.
The new value of the element.

In This Topic
OnSet Method (RenderFragmentCollection)
In This Topic
Called when an element of the current collection is about to be set.
Syntax
'Declaration
 
Protected Overrides Sub OnSet( _
   ByVal index As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
 

Parameters

index
The index of the element.
oldValue
The old value of the element.
newValue
The new value of the element.
See Also