ThumbnailEx.ItemSelectionChangedEventArgs Constructor(RoutedEvent,Int32,Boolean)
In This Topic
Syntax
'Declaration
Public Function New( _
ByVal As RoutedEvent, _
ByVal As Integer, _
ByVal As Boolean _
)
public ThumbnailEx.ItemSelectionChangedEventArgs(
RoutedEvent ,
int ,
bool
)
public ThumbnailEx.ItemSelectionChangedEventArgs(
: RoutedEvent;
: Integer;
: Boolean
);
public function ThumbnailEx.ItemSelectionChangedEventArgs(
: RoutedEvent,
: int,
: boolean
);
public: ThumbnailEx.ItemSelectionChangedEventArgs(
RoutedEvent* ,
int ,
bool
)
public:
ThumbnailEx.ItemSelectionChangedEventArgs(
RoutedEvent^ ,
int ,
bool
)
Parameters
- routedEvent
- Idx
- Selected
See Also