Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

CreateReplace Method








0-based index of the item being replaced.
Creates a new instance of NotifyLeadCollectionChangedEventArgs for a replace operation.
Syntax
public static NotifyLeadCollectionChangedEventArgs CreateReplace( 
   int index
)
'Declaration
 
Public Shared Function CreateReplace( _
   ByVal index As Integer _
) As NotifyLeadCollectionChangedEventArgs
'Usage
 
Dim index As Integer
Dim value As NotifyLeadCollectionChangedEventArgs
 
value = NotifyLeadCollectionChangedEventArgs.CreateReplace(index)
public static NotifyLeadCollectionChangedEventArgs CreateReplace( 
   int index
)
 function Leadtools.NotifyLeadCollectionChangedEventArgs.CreateReplace( 
   index 
)
public:
static NotifyLeadCollectionChangedEventArgs^ CreateReplace( 
   int index
) 

Parameters

index
0-based index of the item being replaced.

Return Value

The object this method creates.
Requirements

Target Platforms

See Also

Reference

NotifyLeadCollectionChangedEventArgs Class
NotifyLeadCollectionChangedEventArgs Members

Error processing SSI file