PDFView4NET WinForms Edition
Position Property




O2S.Components.PDFView4NET Namespace > PDFCollectionChangedEventArgs<T> Class : Position Property
Gets the position of the affected item in the collection.
Syntax
'Declaration
 
Public ReadOnly Property Position As Integer
'Usage
 
Dim instance As PDFCollectionChangedEventArgs(Of T)
Dim value As Integer
 
value = instance.Position
public int Position {get;}
public: __property int get_Position();
public:
property int Position {
   int get();
}
Remarks
For removed or replaced items, this property returns the position of the item in the collection before being removed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFCollectionChangedEventArgs<T> Class
PDFCollectionChangedEventArgs<T> Members