ThumbnailEx.ItemMovedEventArgs Constructor(RoutedEvent,Int32,Int32)
In This Topic
Syntax
'Declaration
Public Function New( _
ByVal As RoutedEvent, _
ByVal As Integer, _
ByVal As Integer _
)
public ThumbnailEx.ItemMovedEventArgs(
RoutedEvent ,
int ,
int
)
public ThumbnailEx.ItemMovedEventArgs(
: RoutedEvent;
: Integer;
: Integer
);
public function ThumbnailEx.ItemMovedEventArgs(
: RoutedEvent,
: int,
: int
);
public: ThumbnailEx.ItemMovedEventArgs(
RoutedEvent* ,
int ,
int
)
public:
ThumbnailEx.ItemMovedEventArgs(
RoutedEvent^ ,
int ,
int
)
Parameters
- routedEvent
- srcIdx
- dstIdx
See Also