Ejemplo n.º 1
0
 protected virtual bool OnQueryCanDrop(TimelineDragDescriptor descriptor)
 {
     descriptor.DisableDrop();
     return(false);
 }