예제 #1
0
 private void OnExileButtonLoaded(object sender, RoutedEventArgs e)
 {
     SurfaceDragDrop.AddDropHandler(ExileButton, OnExileButtonCursorDrop);
 }
예제 #2
0
 private void OnLoaded(object sender, RoutedEventArgs e)
 {
     SurfaceDragDrop.AddDropHandler(this, OnCursorDrop);
 }