Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RasterCollectionEventArgs<T> Constructor(T)








The object that has been added or removed.
Initializes a new instance of the RasterCollectionEventArgs`1 class with the specified parameters.
Syntax
public RasterCollectionEventArgs<T>( 
   T item
)
'Declaration
 
Public Function New( _
   ByVal item As T _
)
'Usage
 
Dim item As T
 
Dim instance As New RasterCollectionEventArgs(Of T)(item)
public RasterCollectionEventArgs<T>( 
   T item
)
function RasterCollectionEventArgs( 
   item 
)
public:
RasterCollectionEventArgs<T>( 
   T^ item
)

Parameters

item
The object that has been added or removed.
Requirements

Target Platforms

See Also

Reference

RasterCollectionEventArgs<T> Class
RasterCollectionEventArgs<T> Members
Overload List

Error processing SSI file