Devo rilasciare un file immagine nella mia applicazione WPF. Al momento ho un evento che si attiva quando inserisco i file, ma non so come fare dopo. Come ottengo l'immagine? L' sender
oggetto è l'immagine o il controllo?
private void ImagePanel_Drop(object sender, DragEventArgs e)
{
//what next, dont know how to get the image object, can I get the file path here?
}