GdPicture.NET.14
GdPicture14.WPF Namespace / ThumbnailEx.ItemSelectionChangedEventArgs Class / ThumbnailEx.ItemSelectionChangedEventArgs Constructor / ThumbnailEx.ItemSelectionChangedEventArgs Constructor(Int32,Boolean)





In This Topic
ThumbnailEx.ItemSelectionChangedEventArgs Constructor(Int32,Boolean)
In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal Idx As Integer, _
   ByVal Selected As Boolean _
)
public ThumbnailEx.ItemSelectionChangedEventArgs( 
   int Idx,
   bool Selected
)
public ThumbnailEx.ItemSelectionChangedEventArgs( 
    Idx: Integer;
    Selected: Boolean
); 
public function ThumbnailEx.ItemSelectionChangedEventArgs( 
   Idx : int,
   Selected : boolean
);
public: ThumbnailEx.ItemSelectionChangedEventArgs( 
   int Idx,
   bool Selected
)
public:
ThumbnailEx.ItemSelectionChangedEventArgs( 
   int Idx,
   bool Selected
)

Parameters

Idx
Selected
See Also